Mysql MAX_USER_CONNECTIONS
#1

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..
Reply
#2

You probably forgot to close your mysql connection?

mysql_close();
Reply
#3

Where to do that ? :S At disconnect? :S
Reply
#4

at the end of
pawn Код:
public OnGameModeExit()
mysql_close(mysql);
Reply
#5

Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)