[Problem] When I use mysql_close(), the sql can't connect.
#2

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).
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)