MySQL issue

Connect with other users about what to run on your webhosting (and how to run it) here.
Post Reply
Shakes Wilderson
New to forums
New to forums
Posts: 1
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Wed Apr 13, 2016 3:22 pm

MySQL issue

Post by Shakes Wilderson »

I got onto my computer and saw that both my websites on my NFO sub-domain were giving me errors because it could not connect to the MySQL database.

The message I receive when I try to go to the MyBB forum is:

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
2002 - Connection timed out
Query:
[READ] Unable to connect to MySQL server

Please contact the MyBB Group for technical support.
I check my control panel to see if they were still there, and they are. I also checked my configuration, and all the information is correct. Whats even stranger is that MyBB and my donation site wasn't having this issue before, and how random this error is. Is there anyway to fix this?
User avatar
Edge100x
Founder
Founder
Posts: 12961
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: MySQL issue

Post by Edge100x »

Do you have it set up to connect to "localhost"?

If you accidentally configured it to connect to one of your domains instead, it may use the machine's external IP address. That can cause problems because we rate-limit connections on a per-IP basis, and other customers might be doing the same. For a website hosted on the same machine, make sure to always use "localhost".
Post Reply