05.08.2011, 02:27
(
Последний раз редактировалось Donya; 05.08.2011 в 19:11.
)
another small problem.. R6
my server kinda like.. disconnects from the mysql server around 27 - 35 seconds after connection.. this only happens when I gmx
edit: its offical, threads/callbacks are freezing( locking up ) the server.. (it doesn't always happen)
second time now
other time, (previous page)
passwords like "ииит ртпрн" is making the mysql lost connection during the query? >.<
some more logs..
my server kinda like.. disconnects from the mysql server around 27 - 35 seconds after connection.. this only happens when I gmx
edit: its offical, threads/callbacks are freezing( locking up ) the server.. (it doesn't always happen)
second time now
pawn Код:
[05:18:28] CMySQLHandler::ProcessQueryThread(SELECT * FROM Drug_Plants WHERE Owner = 'Harry') - Data is getting passed to OnQueryFinish() - (Threadsafe: Yes)
pawn Код:
[16:02:06] CMySQLHandler::Query("OnUserLogin") - Custom callback query with index 102 started (ExtraID: -1)
some more logs..
pawn Код:
[13:41:55] >> mysql_real_escape_string( Connection handle: 1 )
[13:41:55] CMySQLHandler::EscapeString(Galamonkey); - Escaped 10 characters to Galamonkey.
[13:41:55] >> mysql_query( Connection handle: 1 )
[13:41:55] CMySQLHandler::Query(resultID) - Threaded query with id 3 started. (Extra ID: 8)
[13:41:55] >> mysql_real_escape_string( Connection handle: 1 )
[13:41:55] CMySQLHandler::EscapeString(Peter_Toman); - Escaped 11 characters to Peter_Toman.
[13:41:55] >> mysql_query( Connection handle: 1 )
[13:41:55] CMySQLHandler::ProcessQueryThread(SELECT * FROM Drug_Plants WHERE Owner = 'Galamonkey') - Data is getting passed to OnQueryFinish() - (Threadsafe: Yes)
[13:41:55] CMySQLHandler::Query(UPDATE `Accounts` SET `WantedLevel` = 3 WHERE `Username` = 'Peter_Toman') - An error has occured. (Error ID: 2013, Lost connection to MySQL server during query)
[13:41:55] OnQueryError() - Called.
[13:41:55] >> mysql_reconnect( Connection handle: 1 )
[13:41:55] CMySQLHandler::Disconnect() - Connection was closed.
[13:41:55] CMySQLHandler::Connect() - Connection was successful.
[13:41:55] CMySQLHandler::Connect() - Auto-Reconnect has been enabled.
[13:41:55] OnQueryFinish(3,"SELECT * FROM Drug_Plants WHERE Owner = 'Galamonkey'") - Called.
[13:41:55] >> mysql_store_result( Connection handle: 1 )
[13:41:55] CMySQLHandler::StoreResult() - No data to store.
[13:41:55] >> mysql_num_rows( Connection handle: 1 )
[13:41:55] CMySQLHandler::NumRows() - You cannot call this function now. (Reason: Dead Connection)
[13:41:55] >> mysql_retrieve_row( Connection handle: 1 )
[13:41:55] CMySQLHandler::RetrieveRow() - You cannot call this function now. (Reason: Empty Result)
[13:41:55] >> mysql_free_result( Connection handle: 1 )
[13:41:55] CMySQLHandler::FreeResult() - The result is already empty.