24.12.2016, 14:23
Do you call mysql_close at all? If not, you should and that is probably the reason of the crash when using gmx.
Please update crashdetect plugin to its latest version, compile your scripts with debug info, enable mysql logging:
Delete logs folder completely, start the server, connect. If the server crashes like in the above case then show server log and logs/plugins/mysql.txt
Otherwise, use gmx to reproduce the first case (but this time with mysql_close in the script).
Please update crashdetect plugin to its latest version, compile your scripts with debug info, enable mysql logging:
pawn Код:
mysql_log(ALL);
... = mysql_connect(...);
Otherwise, use gmx to reproduce the first case (but this time with mysql_close in the script).