码迷,mamicode.com
首页 > 数据库 > 详细

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

时间:2015-12-17 16:19:07      阅读:201      评论:0      收藏:0      [点我收藏+]

标签:mysql

源码编译过程一路顺利,但在启动时提示错误:


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

原文地址:http://752030200.blog.51cto.com/8936921/1725682

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!