Hi,
All of a sudden, (without any config change), my wordpress server is down and displaying the follow error.
Warning: mysqli_real_connect(): (HY000/2002): No such file or directory in /var/www/html/wp-includes/wp-db.php on line 1653
I’ve tried changing to localhost, 127.0.0.1, adding a port number behind it but it still dosen’t work. Apache2 and mysql has been restarted and shown to be running correctly. The database is also running fine. I can’t seem to find whats wrong.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi @elsonDolphin,
So first, let’s leave the Database configuration enviroment in your wp-config.php file at 127.0.0.1.
Everything that I’ve read points this would be solving the issue however it seems in your case it didn’t. In that case can you see if there is any load on your Droplet at the moment? When you go inside and type in
top
do you see anything out of the ordinary? Or when you type inw
while inside the droplet, do you see any load in the load avarage section?And lastly, what PHP version are you using? The issue might be coming from there as well.
Regards, KFSys
Hi @elsonDolphin, I have same probleme : “Warning: mysqli_real_connect(): (HY000/2002): No such file or directory in /home/lessixf/www/wp-includes/wp-db.php on line 1653”. What is “the Database configuration enviroment in your wp-config.php file at 127.0.0.1.”, I try to fix this, but it didn’t work. Can someone help me ? Thanks you so much !
This comment has been deleted