原文:CentOS8安裝MySQL報錯,解決Failed to start mysqld.service: Unit not found

原因是centos 不支持mysql,需要更換成MariaDB 首先需要安裝mariadb server root ceph yum install mariadb server y 啟動服務 root ceph systemctl start mariadb.service 添加到開機啟動 root ceph systemctl enable mariadb.service ...

2021-04-08 15:15 0 637 推薦指數:

查看詳情

Failed to start mysqld.service: Unit not found

輸入命令 systemctl start mysql.service要啟動MySQL數據庫是卻是這樣的提示 Failed to start mysqld.service: Unit not found解決方法如下: 首先需要安裝mariadb-server yum install -y ...

Wed Jan 15 23:35:00 CST 2020 0 29028
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM