18.11.2016, 17:24
Everything is fine because I've the message which confirm me the DB is connected.
PHP код:
if(MySQL == MYSQL_INVALID_HANDLE || mysql_errno(MySQL) != 0)
{
print("MSQL failed to connect. The server will shut down0");
SendRconCommand("exit");
return 1;
}
print("[SERVER] MySQL connection done.");