SA-MP Forums Archive
MySQL r40 log-core error - 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 r40 log-core error (/showthread.php?tid=633794)



MySQL r40 log-core error - rollinforq - 07.05.2017

Error: log-core.txt
Код:
[05/07/17 12:03:09] [ERROR] signal 6 (SIGABRT) catched; shutting log-core down (errno: 0, signal code: -6, exit status: 0)
After giving this error, mysql crashes and the server is shutting down. Can i help



Re: MySQL r40 log-core error - ShihabSoft - 07.05.2017

Quote:

SIGABRT

That is somehow, in your script, killing the mysql server instance. Just post the full server error log.


Re: MySQL r40 log-core error - Loinal - 07.05.2017

Quote:
Originally Posted by rollinforq
Посмотреть сообщение
Error: log-core.txt
Код:
[05/07/17 12:03:09] [ERROR] signal 6 (SIGABRT) catched; shutting log-core down (errno: 0, signal code: -6, exit status: 0)
After giving this error, mysql crashes and the server is shutting down. Can i help
Do you have log-core.dll?

If not so download R40 again and in the rar you will find the log-core.dll put it in your server files


Re: MySQL r40 log-core error - rollinforq - 07.05.2017

Quote:
Originally Posted by ShihabSoft
Посмотреть сообщение
That is somehow, in your script, killing the mysql server instance. Just post the full server error log.
Server_log.txt does not show an error but only log-core.txt shows an error.


Re: MySQL r40 log-core error - rollinforq - 07.05.2017

Quote:
Originally Posted by Loinal
Посмотреть сообщение
Do you have log-core.dll?

If not so download R40 again and in the rar you will find the log-core.dll put it in your server files
Log-core.so is available.


Re: MySQL r40 log-core error - rollinforq - 07.05.2017

mysql_log (NONE); Will I fix the crash?