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

MySQLCouldn't find MySQL manager

时间:2014-06-28 23:06:37      阅读:376      评论:0      收藏:0      [点我收藏+]

标签:http   width   文件   os   art   问题   

mysql出现MySQLCouldn‘t find MySQL manager错误的解决办法

最近我的一个linux服务器上的网站全部无法打开.....访问网站没有提示.....只出现该页无法显示的错误.

我用的是debian的系统.....装的是lnmp套件.....用putty连接.....
输入/root/lnmp status 
结果:
Nginx is runing!
php-fpm is runing!
MySQL is not running failed!

看来是mysql的问题了...
试试restart
结果:
MySQL manager or server PID file could not be found! failed!
Starting MySQLCouldn‘t find MySQL manager (/usr/bin/mysqlmanager) or server (/usr/bin/mysqld_safe) failed!

如图:
bubuko.com,布布扣

查了一些资料发现应该是配置文件重复的问题....
打开/etc目录发现my.cnf文件...
打开/etc/mysql目录下面还有一个my.cnf文件....
输入命令:mv /etc/mysql/my.cnf /etc/mysql/my.cnf.old
把/etc/mysql/my.cnf重命名成my.cnf.old

然后:/etc/init.d/mysql start
成功....至于为什么会有两个配置文件...还不清楚....
还有就是之前查了一个方法是重命名/etc/my.cnf这个文件...我试过不行...应该是mysql默认是加载这个文件的...
后来我重命名/etc/mysql/my.cnf这个文件...mysql启动成功...

网站正常访问~~

MySQLCouldn't find MySQL manager,布布扣,bubuko.com

MySQLCouldn't find MySQL manager

标签:http   width   文件   os   art   问题   

原文地址:http://www.cnblogs.com/yun007/p/3794230.html

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