时间:2021-07-01 10:21:17 帮助过:2人阅读
Starting MySQL. ERROR! Manager of pid-file quit without updating file.
解决方法:
1.修改 my.cnf (没有指定数据库文件目录)
在[mysqld] 下添加
datadir = /usr/local/mysql/var #安装时定义的数据存放目录
问题解决
来源 http://paulfzm.iteye.com/blog/1192467
MYSQL Starting MySQL. ERROR! Manager of pid-file quit without updating file
标签:mysql