输入banner图图片脚本导航/分类

MYSQL Starting MySQL. ERROR! Manager of pid-file quit without updating file


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