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
MySQL connection limit?
-
- A regular
- Posts: 39
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Wed Feb 15, 2012 4:05 pm
Re: MySQL connection limit?
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?
Re: MySQL connection limit?
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)
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)
Re: MySQL connection limit?
Also when i try accessing Fast DL through FTP it says access denied as well.
Re: MySQL connection limit?
Finally got it fixed!