Centos运行Mysql报告:MySQL server PID file could not be found!

安装完成后几个报错之一,解决办法如下:

1. 输入ps -ef | grep mysqld查看进程

用kill -9 2405 杀掉已存在进程

技术分享图片

输入service mysqld start重启服务

技术分享图片

2.mysql权限问题

安装文件增加权限及修改用户/用户组

3.关闭SELinux

关闭SELinux,配置SELINUX=disabled

重启设备后SELinux永久关闭

Centos运行Mysql报告:MySQL server PID file could not be found!

原文:https://www.cnblogs.com/tao-wisler/p/15253148.html

以上是Centos运行Mysql报告:MySQL server PID file could not be found!的全部内容。
THE END
分享
二维码
< <上一篇
下一篇>>