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
#2

You should get it when u connect to your host.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)