+ Reply to Thread
Results 1 to 1 of 1
Thread: Issue with Mysql Restart
-
Administrator
- Join Date
- May 2008
- Posts
- 45
Issue with Mysql Restart
While doing a mysql restart we may sometime get the below given error.
================
~]# service mysql restart
MySQL manager or server PID file could not be found! [FAILED]
Starting MySQLCouldn't find MySQL manager (/var/lib/bin/mys[FAILED]r) or server (/var/lib/bin/mysqld_safe)
================
Solution : Make sure that you comment out the basedir directive from /etc/my.cnf file
==========
[mysql.server ]
server=mysql
#basedir=/var/lib
==========
After that do a mysql restart and mysql will start without issues!


LinkBack URL
About LinkBacks



Reply With Quote