Answers for "warning: mysqli_real_connect(): (hy000/2002): no such file or directory in /var/www/html/wp-includes/wp-db.php on line 1653"

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 "warning: mysqli_real_connect(): (hy000/2002): no such file or directory in /var/www/html/wp-includes/wp-db.php on line 1653"

Browse Popular Code Answers by Language