Converting from Y_INI to 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: Converting from Y_INI to MySQL (
/showthread.php?tid=504413)
Converting from Y_INI to MySQL -
seanny - 04.04.2014
I'm thinking about converting to MySQL, but I'm not sure what to do, I always used Y_INI so I am a bit stuck on what to do and what to change/convert and etc.
What should I change to ensure bug-free experience and what should I do to change over the user files into a database?
Re: Converting from Y_INI to MySQL -
AssBlaster - 04.04.2014
Why not start by searching around the web for sql tutorials. Then come back here and familiarize yourself with one of the mysql plugins available to you. Then trial and error your code.
Re: Converting from Y_INI to MySQL -
seanny - 04.04.2014
Quote:
Originally Posted by ******
SQL is a whole other language, it isn't a case of just swapping some functions and being done, you have a whole load of studying to do just to learn how to write queries and schema.
|
Ahh, okay! I didn't know this. Thanks anyway.
Would you say its "easy to learn but requires patience to master" or is it different?
Re: Converting from Y_INI to MySQL -
biker122 - 04.04.2014
You can't just become a pro scripter by just seeing it, you have to learn it, you have to understand it. It'll surely take some time.