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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Mysql? (
/showthread.php?tid=161152)
Mysql? -
[RVRP]Tyler - 19.07.2010
I'm curious as to what all the benefits to mysql are.. I know a control panel and faster loading are some, but is it really worth it to switch from dini to mysql for example?
Also, does anyone know any mentionable mysql tutorials before I search away on the forums?
Re: Mysql? -
DiddyBop - 19.07.2010
mysql will almost always be online. More then 1 server can connect to that mysql. Save space to your hard drive, or host hard drive by not having 30,000 150b files.
Re: Mysql? -
Carlton - 19.07.2010
Quote:
Originally Posted by LilGunna
mysql will almost always be online. More then 1 server can connect to that mysql. Save space to your hard drive, or host hard drive by not having 30,000 150b files.
|
A addition to this is, MySQL is faster is more easier to configurate than files. Files in PAWN require arrays and other useless crap, MySQL requires no variables or arrays at all. MySQL is much easier to understand and less stressful.
Re: Mysql? -
DiddyBop - 19.07.2010
Quote:
Originally Posted by Carlton
A addition to this is, MySQL is faster is more easier to configurate than files. Files in PAWN require arrays and other useless crap, MySQL requires no variables or arrays at all. MySQL is much easier to understand and less stressful.
|
Yep. +1
Re: Mysql? -
[RVRP]Tyler - 19.07.2010
Does anyone know any decent tutorials which actually work (for sure)? I have seen a few, but they are all different and I'm not sure which one to look at.
Re: Mysql? -
DiddyBop - 19.07.2010
Quote:
Originally Posted by [RVRP]Tyler
Does anyone know any decent tutorials which actually work (for sure)? I have seen a few, but they are all different and I'm not sure which one to look at.
|
MySQL is MySQL its all basically the same. Just depending on the Plugin used, Depends on functionality and stability.
Re: Mysql? -
Carlton - 19.07.2010
Quote:
Originally Posted by [RVRP]Tyler
Does anyone know any decent tutorials which actually work (for sure)? I have seen a few, but they are all different and I'm not sure which one to look at.
|
www.******.com
Re: Mysql? -
[HiC]TheKiller - 19.07.2010
https://sampforum.blast.hk/showthread.php?tid=160549
Also, my tutorial is kinda accurate but I'm not that great at mysql yet myself. I'd look at PHP MySQL tutorials, they are kinda similar.