MySQL doesn't log '-'
#1

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

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
Reply
#3

Quote:
Originally Posted by pds2012
Посмотреть сообщение
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
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.
Reply
#4

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


Forum Jump:


Users browsing this thread: 1 Guest(s)