LInux Mysql 启动时报错: Job for mysqld.service failed because the control process exited with err…解决方法
•
数据库
1、启动mysql 报错
service mysqld start Redirecting to /bin/systemctl start mysqld.service Job for mysqld.service failed because the control process exited with error code. See "systemctl status mysqld.service" and "journalctl -xe" for details.
2、分析错误信息
journalctl -xe

3、解决方式
chown mysql:mysql -R /var/lib/mysql
4、启动mysql服务
service mysqld start

本文来自网络,不代表协通编程立场,如若转载,请注明出处:https://www.net2asp.com/cde5576e7b.html
