MySQL R5 -> MySQL R39. - 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 R5 -> MySQL R39. (
/showthread.php?tid=537077)
MySQL R5 -> MySQL R39. -
Baltimore - 13.09.2014
Hello!
Currently I use MySQL R5 for my gamemode.
It has become obsolete and other versions of MySQL have long existed.
Is it possible to have a tutorial to move from MySQL R5 to R39?
thank you
Re: MySQL R5 -> MySQL R39. -
Stinged - 13.09.2014
Not really a tutorial on how to make a mysql R5 gamemode to mysql R39, but..
This tutorial was useful for me when I was making a mysql house system.
https://sampforum.blast.hk/showthread.php?tid=485633
Understand the functions and soon you will know how to make your gamemode mysql R39.
Re: MySQL R5 -> MySQL R39. -
iFarbod - 13.09.2014
Re-create your mode from scratch.
Converting isn't recommended. because you have to re-structure your mode.
Re: MySQL R5 -> MySQL R39. -
Baltimore - 21.09.2014
Hello!
I currently starts on MySQL R39 with the help of several people (including S4T3K).
I am currently in MySQL R5 and I want to spend my script in MySQL R39 but I'm stuck in one place, thank you kindly help me:
http://pastebin.com/cpK8VG5m
Re: MySQL R5 -> MySQL R39. -
Baltimore - 21.09.2014
MySQL R5 there function mysql_fetch_row
MySQL R39 what replaces the function above?