SA-MP Forums Archive
What is 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: What is MySQL ? (/showthread.php?tid=506931)



What is MySQL ? - ChristianIvann09 - 15.04.2014

What is mysql?

Why mysql is better than .ini file?


scriptfiles/users ?

i want to learn mysql


Re: What is MySQL ? - Lordzy - 15.04.2014

http://en.wikipedia.org/wiki/MySQL

There are different purposes in the use of MySQL and INI systems. In case of user management, it's better to use SQL databases than INI files. MySQL queries are much faster than INI file readings.