mysql not starting - improper shutdown
Hi, I am new to mysql.
I was trying to setup replication.
Made changes to my.cnf
On the server, did grant permissions and lock tables as
mysql>grant replication slave on *.* to 'repl'@'%' identified by 'paswd';
mysql>flush tables with read loack;
mysql>show master status
This returned my an empty set
I had not restarted mysql after changing the my.cnf
so i shutdown mysql but forgot to unlock the tables before that.
Now when I try to start mysql again it says:
mysqld_safe mysqld from pid file mysql/data/shruti-lnx.pid ended
What do i do?
I dont want to reinstall mysql as another application is using it.
|
Recent comments
2 days 13 hours ago
2 days 22 hours ago
3 days 1 hour ago
3 days 2 hours ago
3 days 4 hours ago
3 days 5 hours ago
3 days 7 hours ago
3 days 8 hours ago
4 days 21 min ago
4 days 1 hour ago