SA-MP Forums Archive
MySQL or .ini and why ? - 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 or .ini and why ? (/showthread.php?tid=111952)



MySQL or .ini and why ? - Zeromanster - 04.12.2009

The tittle explains it all.

Thank you.


Re: MySQL or .ini and why ? - mprofitt - 05.12.2009

mysql cause it's faster, cleaner, easy to search, more versatile, need I say more?


Re: MySQL or .ini and why ? - Retardedwolf - 05.12.2009

Depending on how you use MySQL or .ini in the scrip.t

Both MySQL and .ini has their own advantages.


Re: MySQL or .ini and why ? - pagie1111 - 05.12.2009

MySQL: Faster, smoother, easier but more confusing if you have no clue what to do, can be used in php MySQL Databases (Example: Ban Database on forum or something)


.INI: Small space required, easy to use, has a variety of methods to write, doesn't need a plugin to run



You have to decide what you use....


Re: MySQL or .ini and why ? - Streetplaya - 05.12.2009

Depending on what you want to use it for, but I would generally prefer MySQL.