Linux mysql启动失败 ERROR! Manager of pid-file quit without updati...
发布网友
发布时间:2022-05-04 14:08
我来回答
共5个回答
懂视网
时间:2022-04-13 11:16
下面可以参考下面的方法步骤解决。
A MySQL crash on Red Hat system resulted with:
/etc/init.d/mysql status
coming back with:
mysql is not running but lock exists
Solved by removing the lock file:
rm /var/lock/subsys/mysql
If this happens again it may also be necessary to remove the pid file from /var/lib/mysql
热心网友
时间:2022-04-13 08:24
1、修改相关目录的权限,配置文件中datadir和basedir,以及log的位置等,必须是mysql有写入的权限。
2、不要使用service mysql start来启动数据库了,因为你的系统之前可能已经安装了mysql,这个service是之前的那个mysql的。因此,可以使用mysqld_safe & 来启动。看看情况,能不能启动
2、上面的步骤之后还是没法启动,那么再次删除mysql,保证删除
(1)、/etc/init.d/下面的mysql服务
(2)、清除mysql之前使用的数据文件目录内容
热心网友
时间:2022-04-13 09:42
你是rpm包安的还是源码包?安装步骤能列出来吗?有初始化过吗?
热心网友
时间:2022-04-13 11:17
从头配置一遍吧。
热心网友
时间:2022-04-13 13:08
移除了,再装一遍,linux下,不好改