Starting MySQL couldn’t find MySQL Manager
Saturday, June 21, 2014
If Your doing mysql start/restart you may get following error:
Starting MySQLCouldn’t find MySQL manager (/var/lib/bin/mysql) or server (/var/lib/bin/mysqld_safe)
To fix this you need to comment out or remove the basedir directive line from /etc/my.cnf file
[mysql.server ]
server=mysql
#basedir=/var/lib
server=mysql
#basedir=/var/lib
Now restart mysql
# service mysql restart
Note:- For Centos, Ubunto, Linux etc..
0 comments:
Post a Comment