#2003 - Can't connect to MySQL server on 'localhost' (10061)

10,220

i have faced same problem.. open config.inc.php in phpmyadmin folder

change

$cfg['Servers'][$i]['extension']='mysqli'; 

to

$cfg['Servers'][$i]['extension']='mysql';
Share:
10,220
Admin
Author by

Admin

Updated on June 14, 2022

Comments

  • Admin
    Admin almost 2 years

    I am using xampp version 2.5.8 on windows 7. I am getting error when I try to access phpmyadmin ( http://localhost/phpmyadmin/).

    #2003 - Can't connect to MySQL server on 'localhost' (10061) 
    Connection for controluser as defined in your configuration failed.
    

    I am new to xampp. Somebody please help.