Mysqli_real_connect(): (HY000/2002)

Chacha28 -  
jordane45 Posted messages 30427 Registration date   Status Moderator 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 answer

  1. jordane45 Posted messages 30427 Registration date   Status Moderator Last intervention   4 831
     
    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
    1. DOUXAMI
       

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

      0
      1. jordane45 Posted messages 30427 Registration date   Status Moderator Last intervention   4 831 > 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