Server is down.

0

Hello AWS. I`m writing for my website fotnet24.com as a new costumer. Server is down. 400 users online. Enter image description here
Enter image description here

2 回答
0

It looks like you can no longer access the database installed with the web server.
Please make sure that the database password, user name, and database hostname set in wp-config.php are correct, as described in the error description.

profile picture
专家
已回答 1 年前
0

Also to be specific the error message is looking for the DB on a loopback interface 127.0.0.1:3306

  1. I would think your DB is not running local on the WebHead, that is poor practice.
  2. That there was some port forwarding that you or someone had done in the past that wasn't made permanent.

Solve this by making sure reachability to the DB is possible, plumb Security Groups, and lastly make sure you php file is updated to the proper IP of the DB in question.

Let me know if you have any issues with this, or if it helps you then please accept my answer after you've tried it out - it would be much appreciated! Good luck :)

profile picture
D G
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则