what is the Benefit of use mysql to save data?compare with the txt file - 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 the Benefit of use mysql to save data?compare with the txt file (
/showthread.php?tid=319995)
what is the Benefit of use mysql to save data?compare with the txt file -
yxliang - 21.02.2012
what is the Benefit of use mysql to save data?compare with the txt file.It is more Reliable?
Re: what is the Benefit of use mysql to save data?compare with the txt file -
milanosie - 21.02.2012
.txt files are never good. MySQL is the best in most/all cases but .ini is better then .txt
Re: what is the Benefit of use mysql to save data?compare with the txt file -
JamesC - 21.02.2012
http://stackoverflow.com/questions/2...-vs-flat-files
Re: what is the Benefit of use mysql to save data?compare with the txt file -
yxliang - 22.02.2012
Quote:
Originally Posted by milanosie
.txt files are never good. MySQL is the best in most/all cases but .ini is better then .txt
|
but .ini and .txt is samp kind of save data , isn't it?