Answers for "mysqli_real_connect(): (hy000/2002): no such file or directory when trying to log onto mysql pannel"

PHP
0

mysqli_real_connect(): (hy000/2002): no such file or directory

Locate config.sample.inc.php

Change

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

$cfg['Servers'][$i]['host'] = '127.0.0.1';
Save.

Then rename the file and remove sample from the name.
Posted by: Guest on March-02-2021

Code answers related to "mysqli_real_connect(): (hy000/2002): no such file or directory when trying to log onto mysql pannel"

Browse Popular Code Answers by Language