often save ( mysql is the best? ) - 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: often save ( mysql is the best? ) (
/showthread.php?tid=321682)
often save ( mysql is the best? ) -
ombre - 27.02.2012
Hi,
I use mysql for to load/save the players accounts.
At present I use DINI for the load/save vehicles. But this system is old. Y_INI is not adapted for my system. So 2 solutions, to use a other INI system more fast that DINI. FINI seems well but it's no found here why? Otherwise to use mysql but in the save accounts , it's only when the player disconnects, here the save can to be called more time by minute. It's no a problem?
Thx.
Re: often save ( mysql is the best? ) -
Walsh - 27.02.2012
MySQL is excellent, however it is not for beginners. It should only be used for big servers. Like NGRP. Next to that it's y_ini. I use y_ini. It's fast, and serves just fine if you don't know how to script MySQL/Don't want to hassle with a database. Faster than dini though.
Re: often save ( mysql is the best? ) -
Tanush123 - 28.02.2012
You could use mysql if your very good at scripting because its pretty hard scripting mysql. I used to script with dini and i converted my script into mysql and it was hard scripting with mysql but then i got used to it. I got problems where accounts settings will get messed up with dini but with mysql i got no problems like that.
Re : often save ( mysql is the best? ) -
ombre - 28.02.2012
I use mysql also but here the save is called often ( some time in minute) so the best save system is mysql?