04.07.2013, 23:11
I'm using mysql script, one a sudden my server restarted and the connection got dead. This is the server log shows
I haven't edited anything and it was working fine.
Why it is not connecting with the database?
Quote:
[23:04:40] MySQL Debugging activated (07/04/13) [23:04:40] --------------------------- [23:04:40] [23:04:40] >> mysql_query( Connection handle: 1 ) [23:04:40] CMySQLHandler::Query() - You cannot call this function now. (Reason: Connection is dead) [23:04:40] >> mysql_store_result( Connection handle: 1 ) [23:04:40] CMySQLHandler::StoreResult() - There is nothing to store (Reason: Connection is dead) [23:04:40] >> mysql_num_rows( Connection handle: 1 ) [23:04:40] CMySQLHandler::NumRows() - You cannot call this function now. (Reason: Dead Connection) [23:04:40] >> mysql_free_result( Connection handle: 1 ) [23:04:40] CMySQLHandler::FreeResult() - There is nothing to free (Reason: Connection is dead) |
Why it is not connecting with the database?