MySQL connection problem.
#5

Code:
[19:32:41]  
[19:32:41]  ** MySQL Debugging enabled (01/29/15)
[19:32:41]  
[19:32:41] >> mysql_connect(localhost, root, test, ******) on port 3306
[19:32:41] CMySQLHandler::CMySQLHandler() - constructor called.
[19:32:41] CMySQLHandler::CMySQLHandler() - Connecting to "localhost" | DB: "test" | Username: "root"
[19:32:41] CMySQLHandler::Connect() - Connection was successful.
[19:32:41] CMySQLHandler::Connect() - Auto-Reconnect has been enabled.
There seems to be no problem connecting, Let me try and login and ill give you what happens then.

Code:
[19:34:08] >> mysql_format( Connection handle: 0 )
[19:34:08] >> mysql_format() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).
[19:34:08] >> mysql_store_result( Connection handle: 1 )
[19:34:08] CMySQLHandler::StoreResult() - No data to store.
[19:34:08] >> mysql_num_rows( Connection handle: 1 )
[19:34:08] CMySQLHandler::NumRows() - You cannot call this function now. (Reason: Dead Connection)
[19:34:08] >> mysql_free_result( Connection handle: 1 )
[19:34:08] CMySQLHandler::FreeResult() - The result is already empty.
[19:34:14] >> mysql_real_escape_string( Connection handle: 1 )
[19:34:14] CMySQLHandler::EscapeString(reqrqr); - Escaped 6 characters to reqrqr.
[19:34:14] >> mysql_format( Connection handle: 0 )
[19:34:14] >> mysql_format() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).
[19:34:14] >> mysql_store_result( Connection handle: 1 )
[19:34:14] CMySQLHandler::StoreResult() - No data to store.
[19:34:14] >> mysql_num_rows( Connection handle: 1 )
[19:34:14] CMySQLHandler::NumRows() - You cannot call this function now. (Reason: Dead Connection)
[19:34:14] >> mysql_format( Connection handle: 0 )
[19:34:14] >> mysql_format() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).
[19:34:14] >> mysql_store_result( Connection handle: 1 )
[19:34:14] CMySQLHandler::StoreResult() - No data to store.
[19:34:14] >> mysql_fetch_row_format( Connection handle: 1 )
[19:34:14] CMySQLHandler::FetchRow() - You cannot call this function now. (Reason: Empty Result)
[19:34:14] >> mysql_free_result( Connection handle: 1 )
[19:34:14] CMySQLHandler::FreeResult() - The result is already empty.
[19:34:14] >> mysql_free_result( Connection handle: 1 )
[19:34:14] CMySQLHandler::FreeResult() - The result is already empty.
[19:34:21] >> mysql_query_callback( Connection handle: 0 )
[19:34:21] >> mysql_query_callback() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).
This is what happens after I login, It tries to read if my account exists, But I automatically go to the login window whilst I dont even have an account yet.
Reply


Messages In This Thread
MySQL connection problem. - by Glenn332 - 29.01.2015, 16:59
Re: MySQL connection problem. - by PowerPC603 - 29.01.2015, 17:39
Re: MySQL connection problem. - by Glenn332 - 29.01.2015, 17:42
Re: MySQL connection problem. - by PowerPC603 - 29.01.2015, 17:47
Re: MySQL connection problem. - by Glenn332 - 29.01.2015, 17:54
Re: MySQL connection problem. - by Smally - 29.01.2015, 17:58
Re: MySQL connection problem. - by PowerPC603 - 29.01.2015, 18:00
Re: MySQL connection problem. - by Glenn332 - 29.01.2015, 18:02
Re: MySQL connection problem. - by PowerPC603 - 29.01.2015, 18:08
Re: MySQL connection problem. - by Glenn332 - 29.01.2015, 18:11

Forum Jump:


Users browsing this thread: 1 Guest(s)