Mysqli_real_connect(): (HY000/2002)

Chacha28 -  
jordane45 Posted messages 30651 Registration date   Status Modérateur Last intervention   -
Hello,

I'm using Laragon as a server and since yesterday, I can't connect to my phpMyAdmin. I keep getting this error message: mysqli_real_connect(): (HY000/2002).

What changes in the configuration can I make to get it working normally again?

Thank you!

Configuration: Windows / Firefox 66.0

1 réponse

jordane45 Posted messages 30651 Registration date   Status Modérateur Last intervention   4 830
 
Hello,

change localhost to 127.0.0.1 in the config.inc.php file
 $cfg['Servers'][$i]['host'] = '127.0.0.1'; 


--
Best regards,
Jordane
7
DOUXAMI
 

Hello, could you please tell me exactly where the config.inc.php file is located?

0
jordane45 Posted messages 30651 Registration date   Status Modérateur Last intervention   4 830 > DOUXAMI
 

Hello,

Generally, it is at the root of the phpmyadmin folder.

Otherwise... by searching for the file through your OS... you should be able to find it.

0