27.03.2013, 08:18
mysql_close() ends the connection to the server. You should ONLY call it under OnGameModeExit(), if you're calling it elsewhere, it's probably why you're having the connection issue.
According to the log file, you're connecting to the MySQL server, and disconnecting from the MySQL server at the exact same time (roughly).
According to the log file, you're connecting to the MySQL server, and disconnecting from the MySQL server at the exact same time (roughly).