Am getting below eror on of my mysql server while starting mysql service"Starting MySQL.Manager of pid-file quit without updating fi[FAILED] "
To resolve this issue i tried the below
# ps -ef | grep -i mysql
kill the all running process
Try to start mysql
#services mysqld start
It worked for me..
No comments:
Post a Comment