SA-MP Forums Archive
Server is not connecting to mysql. - 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: Server is not connecting to mysql. (/showthread.php?tid=466144)



Server is not connecting to mysql. - Unri - 26.09.2013

Hello. I have a problem - my server isnt connecting with mysql. I have all that #define SQL_HOST set up right, its just when i ping mysql from the server, theres no ping. Could it be that it conflicts with something?


Re: Server is not connecting to mysql. - RedWolfX - 26.09.2013

You have
Код:
mysql_connect(mysql_host,mysql_user,mysql_database ,mysql_password);
on OnGameModeInit?


Re: Server is not connecting to mysql. - Unri - 26.09.2013

I dont... Stupid me. Thanks alot dude. Lol, never saw anything about mysql_connect


Re: Server is not connecting to mysql. - RedWolfX - 26.09.2013

Hehe no problem.