Mysql MAX_USER_CONNECTIONS - 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: Mysql MAX_USER_CONNECTIONS (
/showthread.php?tid=303473)
Mysql MAX_USER_CONNECTIONS -
thimo - 13.12.2011
Ok so i got a problem after some period of time i get an error. MAX_USER_CONNECTIONS exceeded so how to change this? Thanks if you can explain how to change it im using an host so..
Re: Mysql MAX_USER_CONNECTIONS -
Mokerr - 13.12.2011
You probably forgot to close your mysql connection?
mysql_close();
Re: Mysql MAX_USER_CONNECTIONS -
thimo - 13.12.2011
Where to do that ? :S At disconnect? :S
Re: Mysql MAX_USER_CONNECTIONS -
Mokerr - 13.12.2011
at the end of
mysql_close(mysql);
Re: Mysql MAX_USER_CONNECTIONS -
thimo - 13.12.2011
Thanks