Issue
I am having issues connecting to MySQL server. I go to localhost:8888/phpMyAdmin/?lang=en
and get the error:
"#2003 - Can't connect to MySQL server on '127.0.0.1' (61) the server is not responding."
I've tried many different solutions however, none have worked. If anyone has any advice or ways to fix this, it would be a great help.
Solution
I'd recommend restarting your system, and confirming that mysql daemon start with your mamp server properly. You may also try logging into the command line mysql, and observe the configuration. You seem to suggest that you have tried many things, and I assume that you tried restarting. I know it seems ridiculous to ask you to repeat this... but, you want a clean entry point to observe the issue. There may be another mysql server running as well, or it may not be serving where you think it is. By logging into MySql as root, you should be able to determine some of the mis-configuration issues.
Answered By - DoverAudio
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.