MySQL connection limit?

Connect with other users about what to run on your webhosting (and how to run it) here.
Post Reply
coty9090
A regular
A regular
Posts: 39
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Wed Feb 15, 2012 4:05 pm

MySQL connection limit?

Post by coty9090 »

I'm trying to use a Store mod plugin for sourcemod in TF2, and it keeps giving me this error.

Load Errors:
[Store] Backend: PLUGIN STOPPED - Reason: reconnect counter reached max - PLUGIN STOPPED


I've heard it has to do with the amount of connections being maxed out, but i don't think that's what it is considering it's supposed to be unlimited for your guys hosting?

store plugin:
https://forums.alliedmods.net/showthread.php?t=207157
User avatar
Edge100x
Founder
Founder
Posts: 13120
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: MySQL connection limit?

Post by Edge100x »

It shouldn't be due to a MySQL connection limit. Does it give an actual MySQL error (as would be returned to it by the MySQL server) somewhere?
coty9090
A regular
A regular
Posts: 39
Joined: Wed Feb 15, 2012 4:05 pm

Re: MySQL connection limit?

Post by coty9090 »

says this in log

2013-07-22 12:40:28 [store/store-backend.smx] ERROR | Connection to SQL database has failed, Reason: [1045]: Access denied for user 'mvmmadnessandfun'@'c-66-151-244-244.internap-dallas.nfoservers.com' (using password: YES)
coty9090
A regular
A regular
Posts: 39
Joined: Wed Feb 15, 2012 4:05 pm

Re: MySQL connection limit?

Post by coty9090 »

Also when i try accessing Fast DL through FTP it says access denied as well.
coty9090
A regular
A regular
Posts: 39
Joined: Wed Feb 15, 2012 4:05 pm

Re: MySQL connection limit?

Post by coty9090 »

Finally got it fixed!
Post Reply