SA-MP Forums Archive
mysql error help please - 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 error help please (/showthread.php?tid=477688)



mysql error help please - Gafsi - 25.11.2013

hello i have this can someone help me?




Re: mysql error help please - BizzyD - 25.11.2013

Are you sure the MySQL info is correct.


Re: mysql error help please - Gafsi - 25.11.2013

please help i have this

pawn Код:
mysql_connect("localhost", "root", "", "myserver", MySQL:0, 1);



Re: mysql error help please - Konstantinos - 25.11.2013

What version of the MySQL plugin do you use? For example, in R34 is:
pawn Код:
native mysql_connect(const host[], const user[], const database[], const password[], port = 3306, bool:autoreconnect = true);
and it'd be:
pawn Код:
mysql_connect("localhost", "root", "myserver", "");



Re: mysql error help please - Gafsi - 25.11.2013

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
What version of the MySQL plugin do you use? For example, in R34 is:
pawn Код:
native mysql_connect(const host[], const user[], const database[], const password[], port = 3306, bool:autoreconnect = true);
and it'd be:
pawn Код:
mysql_connect("localhost", "root", "myserver", "");
hello sir i use this https://sampforum.blast.hk/showthread.php?tid=122983


Re: mysql error help please - Konstantinos - 25.11.2013

Oh, well from a research - you should use mysql_init before mysql_connect.


Re: mysql error help please - Gafsi - 25.11.2013

tell me how please


Re: mysql error help please - Konstantinos - 25.11.2013

Quote:
Originally Posted by Gafsi
Посмотреть сообщение
tell me how please
http://www.strickenkid.com/mysql_plugin/example.pwn

Take a look in OnGameModeInit.