Hallo Breadfish,
Mysql connected nicht zur Datenbank, ich weiss nicht wieso. Habe mir ein Tutorial angesehen.
Connectioncode:
stock C_T_D(){ mysql_connect(SQLHost,SQLName,SQLDB,SQLPass); if(mysql_ping() == 1) { print("Connected to Database!"); } else { print("Connection to Database Falied! 1/2 Test"); mysql_connect(SQLHost,SQLName,SQLDB,SQLPass); if(mysql_ping() == 1) { print("Connected to Database!"); } else { print("Connection to Database Falied! 2/2 Test"); print("Server wird ausgeschaltet Grund: 2/2 connection failed"); SendRconCommand("exit"); } } return 1;}
log:
[11:55:05] Connection to Database Failed! 1/2 Test
[11:55:05] Connection to Database Failed! 2/2 Test
[11:55:05] Server wird ausgeschaltet Grund: 2/2 connection failed