SA-MP Forums Archive
How att 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: How att mysql (/showthread.php?tid=660706)



How att mysql - murilo2929 - 11.11.2018

I would like to know how I can upgrade my server mysql to MySQL R40 +, because my server uses the 39 and I need to use a script that only works on the 40+


Re: How att mysql - DatGuySleepy - 11.11.2018

https://github.com/pBlueG/SA-MP-MySQL/releases

Download the updated files for whichever MySQL version you're looking to use. Then replace the old files in your server files. After that, try compiling your script and look for any errors/warnings that may say if anything is undefined.

https://sampwiki.blast.hk/wiki/MySQL/R40

Now head here and see which undefined lines your compiler popped up. Compare and contrast if there are similar functions and replace them in your script. That's what I had done when I updated to the latest MySQL version.


Re: How att mysql - murilo2929 - 11.11.2018

Quote:
Originally Posted by DatGuySleepy
Посмотреть сообщение
https://github.com/pBlueG/SA-MP-MySQL/releases

Download the updated files for whichever MySQL version you're looking to use. Then replace the old files in your server files. After that, try compiling your script and look for any errors/warnings that may say if anything is undefined.

https://sampwiki.blast.hk/wiki/MySQL/R40

Now head here and see which undefined lines your compiler popped up. Compare and contrast if there are similar functions and replace them in your script. That's what I had done when I updated to the latest MySQL version.
you can help with this brow, i lost :/