Hey,
Immer wenn ich meinen Server starte kommt in der MySQl log
SQL
ID: 1045)
[15:01:20] >> mysql_ping( Connection handle: 1 )
[15:01:20] CMySQLHandler::Ping() - You cannot call this function now. (Reason: Dead Connection)
[15:01:20] >> mysql_query( Connection handle: 1 )
[15:01:20] CMySQLHandler::Query() - You cannot call this function now. (Reason: Connection is dead)
[15:01:20] >> mysql_store_result( Connection handle: 1 )
[15:01:20] CMySQLHandler::StoreResult() - There is nothing to store (Reason: Connection is dead)
[15:01:20] >> mysql_fetch_row_format( Connection handle: 1 )
[15:01:20] CMySQLHandler::FetchRow() - You cannot call this function now. (Reason: Connection is dead)
[15:01:20] >> mysql_free_result( Connection handle: 1 )
[15:01:20] CMySQLHandler::FreeResult() - There is nothing to free (Reason: Connection is dead)
[15:01:20] CMySQLHandler::~CMySQLHandler() - deconstructor called.
[15:01:20] CMySQLHandler::FreeResult() - There is nothing to free (Reason: Connection is dead)
[15:01:20] CMySQLHandler::Disconnect() - You cannot call this function now. (Reason: Connection is dead)
[15:01:20] CMySQLHandler::~CMySQLHandler() - deconstructor called.
[15:01:20] CMySQLHandler::FreeResult() - There is nothing to free (Reason: Connection is dead)
[15:01:20] CMySQLHandler::Disconnect() - You cannot call this function now. (Reason: Connection is dead)
Alles anzeigen
Und in den Logs steht
Das er keine Verbindung gibt
Danke im Vorrraus