SA-MP Forums Archive
2 mysql connect - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: 2 mysql connect (/showthread.php?tid=603653)



2 mysql connect - ScIrUsna - 26.03.2016

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?


Re: 2 mysql connect - Phar - 26.03.2016

You should get it when u connect to your host.