2 mysql connect
#1

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

Код:
OnGameModeInit
Connectionfirst = mysql_connect(...);
ConnectionSecond = mysql_connect(...);
Код:
OnGameModeExit
mysql_close(Connectionfirst);
mysql_close(ConnectionSecond);
2. How to know port of mysql server?
Reply


Messages In This Thread
2 mysql connect - by ScIrUsna - 26.03.2016, 04:12
Re: 2 mysql connect - by Phar - 26.03.2016, 04:14

Forum Jump:


Users browsing this thread: 1 Guest(s)