phpmyadmin problem
can anyone solve this problem as per new to php
i have jsut installed wampsever 2.1 i开发者_如何学运维 am getting this error
my opertating system is windows 7 64 bit
phpmyadmin #2002 - the server is not responding (or the local mysql server's socket is not correctly configured)
The error message is pretty much self-explanatory: your MySQL configuration doesn't match that of php and/or phpmyadmin, or mysql isn't running.
You should do the following:
- Make sure MySQL is running
- Check phpinfo() for parameters of mysql extension
- Check that config.inc.php in phpmyadmin has proper configuration directives
精彩评论