02.08.2014, 18:20
Hey guys, I have spent so much time trying to resolve this and I have followed so many instructions reading on the web but have been getting no where. It was working before but I accidentally pressed the wrong button and everything went so for the past we I have been trying to sort it... now signed up to forum.sa-mp so a real genius can help.
The issue: Registration would not create a new table on mysql for new player, so I must re-register again
The causes: For some reason it says
No errors apart from the ones I see below
Full text on mysql_log:
I have tried so many options but I believe someone has an answer here. Everything works it just does not create a new table on "players" what did I need to do or where do I need to look for change?
PLEASE HELP
The issue: Registration would not create a new table on mysql for new player, so I must re-register again
The causes: For some reason it says
Quote:
CMySQLHandler::Connect() - Can't connect to MySQL server on 'db4free.net' (10061) (Error ID: 2003) |
Full text on mysql_log:
Quote:
[17:44:50] >> mysql_connect(db4free.net, gtasarpsh9050, gtasarpsh9050, ******) on port 2082 [17:44:50] CMySQLHandler::CMySQLHandler() - constructor called. [17:44:50] CMySQLHandler::CMySQLHandler() - Connecting to "db4free.net" | DB: "gtasarpsh9050" | Username: "gtasarpsh9050" [17:44:51] CMySQLHandler::Connect() - Can't connect to MySQL server on 'db4free.net' (10061) (Error ID: 2003) [17:44:51] >> mysql_ping( Connection handle: 1 ) [17:44:51] CMySQLHandler::Ping() - You cannot call this function now. (Reason: Dead Connection) [17:44:51] >> mysql_query_callback( Connection handle: 1 ) [17:44:52] >> mysql_query_callback( Connection handle: 1 ) [17:45:18] >> mysql_query_callback( Connection handle: 1 ) [17:45:18] >> mysql_query_callback( Connection handle: 1 ) [17:45:18] >> mysql_query_callback( Connection handle: 1 ) [17:45:26] >> mysql_query_callback( Connection handle: 1 ) [17:45:26] >> mysql_query_callback( Connection handle: 1 ) [17:45:26] >> mysql_query_callback( Connection handle: 1 ) [17:45:26] >> cache_get_data( Connection handle: 1 ) [17:45:29] >> mysql_query_callback( Connection handle: 1 ) [17:45:29] >> cache_get_data( Connection handle: 1 ) [17:45:29] >> mysql_query_callback( Connection handle: 1 ) [17:45:29] >> mysql_query_callback( Connection handle: 1 ) [17:45:29] >> mysql_query_callback( Connection handle: 1 ) [17:45:29] >> mysql_query_callback( Connection handle: 1 ) [17:45:29] >> mysql_query_callback( Connection handle: 1 ) [17:45:29] >> mysql_query_callback( Connection handle: 1 ) [17:45:29] >> mysql_query_callback( Connection handle: 1 ) [17:45:29] >> mysql_query_callback( Connection handle: 1 ) [17:45:32] >> mysql_query_callback( Connection handle: 1 ) [17:45:32] >> mysql_query_callback( Connection handle: 1 ) [17:45:32] >> mysql_query_callback( Connection handle: 1 ) [17:45:32] >> mysql_query_callback( Connection handle: 1 ) [17:45:32] >> mysql_query_callback( Connection handle: 1 ) [17:45:32] >> mysql_query_callback( Connection handle: 1 ) [17:45:32] >> mysql_query_callback( Connection handle: 1 ) [17:45:32] >> mysql_query_callback( Connection handle: 1 ) [17:45:34] >> mysql_query_callback( Connection handle: 1 ) [17:45:36] >> mysql_query_callback( Connection handle: 1 ) [17:45:39] >> mysql_query_callback( Connection handle: 1 ) [17:45:47] >> mysql_query_callback( Connection handle: 1 ) [17:45:47] >> cache_get_data( Connection handle: 1 ) [17:45:55] >> mysql_query_callback( Connection handle: 1 ) [17:45:58] >> mysql_query_callback( Connection handle: 1 ) [17:45:58] >> cache_get_data( Connection handle: 1 ) [17:47:25] >> mysql_query_callback( Connection handle: 1 ) [17:47:25] >> mysql_query_callback( Connection handle: 1 ) [17:47:25] >> mysql_query_callback( Connection handle: 1 ) [17:47:25] >> mysql_query_callback( Connection handle: 1 ) |
PLEASE HELP