Too many connections #1040 - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Too many connections #1040 (
/showthread.php?tid=558350)
Too many connections #1040 -
TheCartman - 16.01.2015
Hi guys.
I got a problem. I've a test server (on my pc, Windows 64bit) and it works perfectly fine (database from my pc).
When I upload it to host (Linux 64bit) and put theirs database I got this error (Too many connections #1040).
Any solution or is host problem?
Re: Too many connections #1040 -
Lynn - 16.01.2015
In your MySQL Config you should set it to the following;
max_user_connections = 500;
Default SQL Max is 100.