SA-MP Forums Archive
help +rep for helper [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: help +rep for helper [MYSQL] (/showthread.php?tid=513659)



help +rep for helper [MYSQL] - kosa451 - 17.05.2014

pawn Код:
./includes/mysql.pwn(198) : error 017: undefined symbol "mysql_ping"
./includes/mysql.pwn(211) : error 017: undefined symbol "mysql_ping"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


2 Errors.

Lines -

pawn Код:
198 -   if(mysql_ping(MainPipeline) < 1)
211 -   if(mysql_ping(ShopPipeline) < 1)



Re: help +rep for helper [MYSQL] - Spartaaaaa - 17.05.2014

Download mysql plugin
Goto your server dictionary/plugin/ paste there then goto server.cfg put mysql.dll on plugins line

http://forum.sa-mp.com/showthread.ph...G-stylez+Mysql
-------- -------------- -------------- -------------
If there is still an error try
Replace this code with 198

198

pawn Код:
if(mysql_ping(MainPipeline) == -1)
211

pawn Код:
if(mysql_ping(ShopPipeline) == -1)



Re : help +rep for helper [MYSQL] - kosa451 - 17.05.2014

I'm still getting the errors

i do have the mysql plugin too and include.
even configured in the config file


Re : help +rep for helper [MYSQL] - yusei - 17.05.2014

Try to re-download the whole MySQL package and replace them, open pawno.exe firtsly and browse your gamemode then re-compile it.


Re : help +rep for helper [MYSQL] - kosa451 - 17.05.2014

Quote:
Originally Posted by yusei
Посмотреть сообщение
Try to re-download the whole MySQL package and replace them, open pawno.exe firtsly and browse your gamemode then re-compile it.
I have done that a couple of times but i'm still getting the error


Re: help +rep for helper [MYSQL] - Spartaaaaa - 17.05.2014

Did you download the mysql ? if yes still getting errors?
Update your Whole Mysql package as yusei said...


Re : Re: help +rep for helper [MYSQL] - kosa451 - 17.05.2014

Quote:
Originally Posted by Spartaaaaa
Посмотреть сообщение
Did you download the mysql ? if yes still getting errors?
Update your Whole Mysql package as yusei said...
I HAVE TOLD YOU I HAVE DONE THAT THOUSANDS OF TIMES BUT I AM STILL GETTING THE ERRORS