SA-MP Forums Archive
mysql_ping problem - 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_ping problem (/showthread.php?tid=458552)



mysql_ping problem - .Mento - 17.08.2013

I upgraded my mysql plugin from R7 to R31, and now i seem to get this error:

error 017: undefined symbol "mysql_ping"

Can anyone help me with this?


Re: mysql_ping problem - Misiur - 17.08.2013

Yup, the function mysql_ping was removed in r21 ( https://code.******.com/p/sa-mp-mysq...=21&spec=svn22 ). If you are checking if the connection is still alive, then you can simply remove it (the plugin takes care of this itself)


Re: mysql_ping problem - .Mento - 17.08.2013

So, how do I see if the connection went through when starting my server?


Re: mysql_ping problem - Cypress - 17.08.2013

Quote:
Originally Posted by .Mento
Посмотреть сообщение
So, how do I see if the connection went through when starting my server?
There will be added a MySQL log in your servers folder. Open it up and check if the connection went thru.