Answers for "wordpress warning: mysqli_real_connect(): (hy000/2002): no such file or directory in"

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 "wordpress warning: mysqli_real_connect(): (hy000/2002): no such file or directory in"

Browse Popular Code Answers by Language