MySQL doesn't log '-' - 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 doesn't log '-' (
/showthread.php?tid=464544)
MySQL doesn't log '-' -
arakuta - 17.09.2013
My MySQL wasn't registering anything.
So i've deleted it to give another try, and it isn't creating the log anymore. The same is happening at my Host.
Do you guys know something about it?
If i put a mysql_log.txt in the folder, nothing gets writed.
I'm using MySQL r31 from BlueG.
Thanks for now
Re: MySQL doesn't log '-' - Patrick - 17.09.2013
Do you have a code like this under OnGameModeInit?
pawn Код:
public OnGameModeInit()
{
mysql_debug(1);//this code
return 1;
}
or read this wiki for more information:
https://sampwiki.blast.hk/wiki/MySQL#mysql_debug
Re: MySQL doesn't log '-' -
Konstantinos - 17.09.2013
Quote:
Originally Posted by pds2012
|
mysql_debug was removed in r21.
I think it's enabled by default to log but it's better to ask that to the MySQL's thread. You can get an answer there.
Re: MySQL doesn't log '-' - Patrick - 17.09.2013
Quote:
Originally Posted by Konstantinos
mysql_debug was removed in r21.
I think it's enabled by default to log but it's better to ask that to the MySQL's thread. You can get an answer there.
|
Apologies, I only use r6, thanks for that information though.
Try what he said
Quote:
Originally Posted by Konstantinos
I think it's enabled by default to log but it's better to ask that to the MySQL's thread. You can get an answer there.
|