The server falls due mysql
#1

The server falls due mysql
Код:
[[18:11:42] [debug] Server crashed while executing RunStrike.amx
[18:11:42] [debug] AMX backtrace:
[18:11:42] [debug] #0 native mysql_ping () from mysql.so
[18:11:42] [debug] #1 001245f0 in public MySQLCheckConnection () at C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn:19908
[18:11:42] [debug] Native backtrace:
[18:11:42] [debug] #0 f744ee8b in _ZN10StackTraceC1EPv () from plugins/crashdetect.so
[18:11:42] [debug] #1 f7447bcf in _ZN11CrashDetect20PrintNativeBacktraceERSoPv () from plugins/crashdetect.so
[18:11:42] [debug] #2 f7448dbc in _ZN11CrashDetect20PrintNativeBacktraceEPv () from plugins/crashdetect.so
[18:11:42] [debug] #3 f7449226 in _ZN11CrashDetect11OnExceptionEPv () from plugins/crashdetect.so
[18:11:42] [debug] #4 f744eadc in ?? () from plugins/crashdetect.so
[18:11:42] [debug] #5 f7734410 in ?? ()
[18:11:42] [debug] #6 f74b7014 in _IO_vfprintf () from /lib/i386-linux-gnu/i686/cmov/libc.so.6
[18:11:42] [debug] #7 f74d8b60 in vsnprintf () from /lib/i386-linux-gnu/i686/cmov/libc.so.6
[18:11:42] [debug] #8 f736e191 in _Z13stringvprintfPKcPc () from plugins/mysql.so
[18:11:42] [debug] #9 f736e2d4 in _ZN15NativeFunctions9MySQL_LogEPcz () from plugins/mysql.so
[18:11:42] [debug] #10 f73697f5 in _ZN13CMySQLHandler4PingEv () from plugins/mysql.so
[18:11:42] [debug] #11 f736ea8a in _ZN15NativeFunctions12n_mysql_pingEP6tagAMXPi () from plugins/mysql.so
[18:11:42] [debug] #12 080950b4 in ?? () from samp03svr
[18:11:42] [debug] #13 f744a94b in _ZN11CrashDetect13DoAmxCallbackEiPiS0_ () from plugins/crashdetect.so
[18:11:42] [debug] #14 f744d8f8 in ?? () from plugins/crashdetect.so
[18:11:42] [debug] #15 f7451916 in amx_Exec () from plugins/crashdetect.so
[18:11:42] [debug] #16 f7449be6 in _ZN11CrashDetect9DoAmxExecEPii () from plugins/crashdetect.so
[18:11:42] [debug] #17 f744d659 in ?? () from plugins/crashdetect.so
[18:11:42] [debug] #18 f7399f1a in ?? () from plugins/streamer.so
[18:11:42] [debug] #19 080e9e15 in ?? () from samp03svr
[18:11:42] [debug] #20 080aecfc in ?? () from samp03svr
[18:11:42] [debug] #21 080a9e9a in ?? () from samp03svr
[18:11:42] [debug] #22 f7489e46 in __libc_start_main () from /lib/i386-linux-gnu/i686/cmov/libc.so.6
[18:11:42] [debug] #23 0804b4e1 in ?? () from samp03svr
Код:
public MySQLCheckConnection()
{
   if(mysql_ping())
   {
      return 1;
   }
   else
   {
      print("MYSQL: Could not reconnect to server, terminating server...");
      mysql_reconnect();
      MySQLCheckConnection();
      return 1;
   }
}
Reply
#2

You must first connect to the database...before you ping the host...
Reply
#3

up?.....
Reply
#4

Do you even connect to the MySQL server?
Reply
#5

Which mysql version you use? (if it's an outdated version please move on to latest.)
Also make sure you got everything to make the server run on MYSQL.
Also check the database (mysql.log) too.
Reply
#6

[23:03:27] Loading plugin: mysql.so
[23:03:27]

> MySQL plugin R5 successfully loaded.

[23:03:27] Loaded.
mysq_log
http://www.girlshare.ro/34805772.1
Reply
#7

That URL is blocked on my ISP... that url though.
Reply
#8

Now?
http://fisierulmeu.ro/401AQDD4QBWI/g...l-log-txt.html
Reply
#9

up?/
Reply
#10

Your plugin is out-dated update your plugin download this plugin/include and re-compile all the scripts with it.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)