I have updated my MAMP version to 2.0 and after that my mysql stop working.
This command worked for me and after running the following in my command line it start working again.. :)
ps aux | grep mysql
lsof -i
killall -9 mysqld
if needed
sudo killall -9 mysqld
No comments:
Post a Comment