Softaculous


Topic : MySQL Error #2002


Posted By: wYoYw on October 25, 2011, 2:03 pm
HI,

I'm trying to run AMPPS on Windows XP SP3.  I'm having problem with access to PHPMyAdmin.  I receive the following error:

"Error

MYsql Said

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

I installed another portable WAMP system from UniformServer after installing the AMPPS to see if the problem has anything to do with my computer.  I'm able to Access its MyPHPAdmin for now, but was receiving the same error.  I have not attempted to run them both at the same time. 

It has become a time consuming mystery. Any suggestions are appreciated.

~Thanks

Posted By: tidus on October 29, 2011, 6:45 am | Post: 1
Quote From : wYoYw October 25, 2011, 2:03 pm
HI,

I'm trying to run AMPPS on Windows XP SP3.  I'm having problem with access to PHPMyAdmin.  I receive the following error:

"Error

MYsql Said

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

I installed another portable WAMP system from UniformServer after installing the AMPPS to see if the problem has anything to do with my computer.  I'm able to Access its MyPHPAdmin for now, but was receiving the same error.  I have not attempted to run them both at the same time. 

It has become a time consuming mystery. Any suggestions are appreciated.

~Thanks


Hi,

Find the following line in config.inc.php, It is located in path/to/Ampps/phpMyAdmin/config.inc.php

Code
$cfg['Servers'][$i]['host'] = 'localhost';


and change it to

Code
$cfg['Servers'][$i]['host'] = '127.0.0.1';



-----------------------
Follow AMPPS on,
Twitter : https://twitter.com/AMPPS_Stack
Facebook :  http://www.facebook.com/softaculousampps
Google+ : https://plus.google.com/+AmppsStack

Powered By AEF 1.0.8 © 2007-2008 Electron Inc.