MySQL Converting - 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 Converting (
/showthread.php?tid=639564)
MySQL Converting -
JasonRiggs - 19.08.2017
Okay, Cuz I found it totally impossible to use the old MySQL plugin which is already compatible with my script, I found out that I must convert to the new one, So, I want to know how to convert from the old to the new, If there is a function renamed, I want to have any sort of hints, things like that to change my server from MySQL R7 to the latest one.
Re: MySQL Converting -
TheCman - 19.08.2017
Look at the documentation provided with each plugin and work your way from there. Things to look out for:
- Possible mismatch in mysql_connect about weither 1 or 0 is the error value
- Same issue in mysql_ping
- Possible change in the argument order of mysql_connect
Good luck!