y_ini vs. 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: y_ini vs. MySQL (
/showthread.php?tid=293544)
y_ini vs. MySQL -
Generation-X - 29.10.2011
Which one is faster?
and can someone teach me how to do an account deletion if the person didn't log on for 30 days?
Re: y_ini vs. MySQL -
[HiC]TheKiller - 29.10.2011
I would say that y_ini would be faster with smaller amounts of information, but MySQL would probably be faster with a large amount of info at once. If you want to delete all accounts inactive for 30 days, MySQL would be the way to go. Read through
THIS THREAD for how to make the 30 day deletion system in MySQL.
Re: y_ini vs. MySQL -
ahbir_jhon - 29.10.2011
y_ini faster yes i agree with [HiC]Thekiller but also for more advanced i wiould say using mysql it is more effective.i also see many rp use mysql base.
Re: y_ini vs. MySQL -
Generation-X - 29.10.2011
So if I'm running a rp server I should use MySQL?
Re: y_ini vs. MySQL -
Generation-X - 29.10.2011
SRY SLOW INTERNET
EDIT: Is it possible to do account deletion in y_ini?