SA-MP Forums Archive
MySQL_INIT Error! - 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: MySQL_INIT Error! (/showthread.php?tid=530075)



MySQL_INIT Error! - Jigsaw123 - 05.08.2014

Hello guys, When i compile my GM, I get this error:
Код:
error 017: undefined symbol "mysql_init"
On this line:
Код:
	mysql_init();
I have the MySQL Plugin already.. Help?


Re: MySQL_INIT Error! - dirigent00 - 05.08.2014

mysql_init initializes mysql connection and returns connection handle.

Код:
new MySQL:connection = mysql_init(LOG_ONLY_ERRORS, 1);