Mysqli_real_connect(): (HY000/2002)

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

J'utilise Laragon comme serveur et depuis hier, impossible de me connecter à mon php my admin. J'ai ce message d'erreur qui apparait : mysqli_real_connect(): (HY000/2002).

Quelles sont les modifs dans la config que je peux réaliser pour le refaire fonctionner normalement?

Merci!

Configuration: Windows / Firefox 66.0

1 answer

jordane45 Posted messages 30651 Registration date   Status Moderator Last intervention   4 828
 
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 Moderator Last intervention   4 828 > 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