help +rep for helper [MYSQL]
#1

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)
Reply
#2

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)
Reply
#3

I'm still getting the errors

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

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

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
Reply
#6

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

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
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)