Ich kann meinen Samp Server nicht starten weil mysql keine Verbindung zur Datenbank herstellen kann.
Hier der mysql_log:
[22:15:57] >> mysql_connect( )
[22:15:57] CMySQLHandler::CMySQLHandler() - constructor called.
[22:15:57] CMySQLHandler::CMySQLHandler() - Connecting to "localhost" | DB: "server" | Username: "root" ...
[22:15:57] CMySQLHandler::Connect() - Connection was successful.
[22:15:57] CMySQLHandler::Connect() - Auto-Reconnect has been enabled.
[22:15:57] >> mysql_ping( Connection handle: 1 )
[22:15:58] CMySQLHandler::Ping() - You cannot call this function now. (Reason: Dead Connection)
[22:15:58] >> mysql_connect( )
[22:15:58] CMySQLHandler::Connect() - Connection was successful.
[22:15:58] CMySQLHandler::Connect() - Auto-Reconnect has been enabled.
[22:15:58] >> mysql_ping( Connection handle: 1 )
[22:15:58] CMySQLHandler::Ping() - You cannot call this function now. (Reason: Dead Connection)
[22:15:58] CMySQLHandler::~CMySQLHandler() - deconstructor called.
[22:15:58] CMySQLHandler::FreeResult() - There is nothing
Ich hoffe ihr könnt mir helfen.