29.01.2015, 17:54
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.
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).