Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
We've had countless discussions about this subject and in the end it boils down to this: what data are you going to store and what are you going to do with it?
Posts: 208
Threads: 40
Joined: Sep 2010
Reputation:
0
I'm simply going to use it to store, load & save data for things like accounts, gates, factions, etc.
Posts: 313
Threads: 28
Joined: May 2012
Reputation:
0
MySQL is better than File Data.In MySQL you can do a lot of things like to check your account stats on your website.
Posts: 208
Threads: 40
Joined: Sep 2010
Reputation:
0
You can do that with files aswell.
Posts: 208
Threads: 40
Joined: Sep 2010
Reputation:
0
It's not hard.
And this is not a discussion about how easy it is to print stats on websites, this is about loading & saving from PAWN & samp servers.
Posts: 104
Threads: 4
Joined: Oct 2012
Reputation:
0
Files are a good way for logging data and simple loading and saving systems for SA-MP
SQLite seems to be the best for simple loading and saving scripts for SA-MP.
MySQL is slower but is widely used by any program including web browsers.
Posts: 251
Threads: 24
Joined: Apr 2007
Reputation:
0
I would recommend using MySQL if you are planning to load a lot of data, as it's simple, as well as reliable. I haven't worked that much with files, so I can't say that much about it, but MySQL is easy to work with.