26.03.2016, 04:12
Hi,
1. I have two mysql connect one to server other to website i need to mysql_close them both with 2 mysql_close? i mean
2. How to know port of mysql server?
1. I have two mysql connect one to server other to website i need to mysql_close them both with 2 mysql_close? i mean
Код:
OnGameModeInit Connectionfirst = mysql_connect(...); ConnectionSecond = mysql_connect(...);
Код:
OnGameModeExit mysql_close(Connectionfirst); mysql_close(ConnectionSecond);