02.03.2013, 14:36
Ok. I want to make a mysql sa-mp server.
I upload files , make the sql configs and start server, but the server don't connect to mysql server.
In mysql.log I have this :
[18:00:23] >> mysql_query( Connection handle: 1 )
[18:00:23] CMySQLHandler::Query() - You cannot call this function now. (Reason: Connection is dead)
[18:00:23] >> mysql_store_result( Connection handle: 1 )
[18:00:23] CMySQLHandler::StoreResult() - There is nothing to store (Reason: Connection is dead)
[18:00:23] >> mysql_retrieve_row( Connection handle: 1 )
[18:00:23] CMySQLHandler::RetrieveRow() - You cannot call this function now. (Reason: Connection is dead)
[18:00:23] >> mysql_free_result( Connection handle: 1 )
[18:00:23] CMySQLHandler::FreeResult() - There is nothing to free (Reason: Connection is dead)
[18:00:23] >> mysql_query( Connection handle: 1 )
[18:00:23] CMySQLHandler::Query() - You cannot call this function now. (Reason: Connection is dead)
[18:00:23] >> mysql_store_result( Connection handle: 1 )
[18:00:23] CMySQLHandler::StoreResult() - There is nothing to store (Reason: Connection is dead)
[18:00:23] >> mysql_retrieve_row( Connection handle: 1 )
[18:00:23] CMySQLHandler::RetrieveRow() - You cannot call this function now. (Reason: Connection is dead)
[18:00:23] >> mysql_free_result( Connection handle: 1 )
[18:00:23] CMySQLHandler::FreeResult() - There is nothing to free (Reason: Connection is dead)
I upload files , make the sql configs and start server, but the server don't connect to mysql server.
In mysql.log I have this :
[18:00:23] >> mysql_query( Connection handle: 1 )
[18:00:23] CMySQLHandler::Query() - You cannot call this function now. (Reason: Connection is dead)
[18:00:23] >> mysql_store_result( Connection handle: 1 )
[18:00:23] CMySQLHandler::StoreResult() - There is nothing to store (Reason: Connection is dead)
[18:00:23] >> mysql_retrieve_row( Connection handle: 1 )
[18:00:23] CMySQLHandler::RetrieveRow() - You cannot call this function now. (Reason: Connection is dead)
[18:00:23] >> mysql_free_result( Connection handle: 1 )
[18:00:23] CMySQLHandler::FreeResult() - There is nothing to free (Reason: Connection is dead)
[18:00:23] >> mysql_query( Connection handle: 1 )
[18:00:23] CMySQLHandler::Query() - You cannot call this function now. (Reason: Connection is dead)
[18:00:23] >> mysql_store_result( Connection handle: 1 )
[18:00:23] CMySQLHandler::StoreResult() - There is nothing to store (Reason: Connection is dead)
[18:00:23] >> mysql_retrieve_row( Connection handle: 1 )
[18:00:23] CMySQLHandler::RetrieveRow() - You cannot call this function now. (Reason: Connection is dead)
[18:00:23] >> mysql_free_result( Connection handle: 1 )
[18:00:23] CMySQLHandler::FreeResult() - There is nothing to free (Reason: Connection is dead)