I'm new to mac, just own an iMac for a few days now. I installed mamp and everything was working fine, this morning I start it up and when I go to my phpmyadmin it's displaying an error:

The server is not responding (or the local MySQL server's socket is not correctly configured)

but when I change the url from http://localhost to http://127.0.0.1 it works, any idea on how to fix this so it works with http://localhost.

also for some reason I can't browse the internet when my mamp server is running, I have to quit the program to surf the internet....

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

You probably switched how the MySQL server is running, binding to localhost or 127.0.0.1. Check the settings in MAMP.

link|improve this answer
I had mamp pro installed as well, might had a conflict. I did remove it but it's only after restarting that it seem to work correctly now. – krike Jul 7 '10 at 7:15
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.