CentOS中mariaDB啟動失敗怎麼辦
在安裝lamp伺服器過程中,安裝MariaDB資料庫後出現服務啟動失敗問題,解決方法:卸載再安裝!
一、卸載資料庫:
[root@localhost logs]# yum -y remove mari*
二、刪除資料庫檔案:
[root@localhost logs]# rm -rf /var/lib/mysql/*
三、安裝資料庫(用remi來源):
yum –enablerepo=remi install mariadb mariadb-server
推薦學習:CentOS使用教學
#以上是CentOS中MariaDB啟動失敗怎麼辦的詳細內容。更多資訊請關注PHP中文網其他相關文章!