您好,登錄后才能下訂單哦!
1、查詢MariaDB包
[root@test ~]# yum list all | grep mariadb
2、安裝mariaDB
[root@test ~]# yum -y install mariadb-server
3、配置mariaDB
[root@test ~]# systemctl start mariadb #啟動MariaDB [root@test ~]# systemctl enable mariadb #設置MariaDB為開機自啟動 [root@test ~]# netstat -ntlp #查看3306端口是否成功啟動 [root@test ~]# mysql_secure_installation #首次安裝需要進行數據庫的配置 Enter current password for root (enter for none): # 輸入數據庫超級管理員root的密碼(注意不是系統root的密碼),第一次進入還沒有設置密碼則直接回車 Set root password? [Y/n] # 設置密碼,y New password: # 新密碼 Re-enter new password: # 再次輸入密碼 Remove anonymous users? [Y/n] # 移除匿名用戶, y Disallow root login remotely? [Y/n] # 拒絕root遠程登錄,y Remove test database and access to it? [Y/n] # 刪除test數據庫,y:刪除。n:不刪除,數據庫中會有一個test數據庫,一般不需要 Reload privilege tables now? [Y/n] # 重新加載權限表,y。或者重啟服務也許
4、登錄測試mariaDB
[root@test ~]# mysql -u root -p Enter password: Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 8 Server version: 5.5.60-MariaDB MariaDB Server Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. MariaDB [(none)]> MariaDB [(none)]>quit
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。