SA-MP Forums Archive
[QUESTION] MySQL vs Y_Ini - 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: [QUESTION] MySQL vs Y_Ini (/showthread.php?tid=603158)



[QUESTION] MySQL vs Y_Ini - eikzdej - 19.03.2016

As the title says, which one is better?


Re: [QUESTION] MySQL vs Y_Ini - Karan007 - 19.03.2016

Ofcourse, MySQL 100000 times. But we can't differentiate their uses. If you are using Y_INI for saving user databases then MySQL is 1000000000 times better but if you are using Y_INI for saving other configurations such as admin actions and chatlogs then Y_INI is 100000 times better for that purpose.


Re: [QUESTION] MySQL vs Y_Ini - SickAttack - 19.03.2016

SQLite.


Re: [QUESTION] MySQL vs Y_Ini - eikzdej - 19.03.2016

Quote:
Originally Posted by Karan007
Посмотреть сообщение
Ofcourse, MySQL 100000 times. But we can't differentiate their uses. If you are using Y_INI for saving user databases then MySQL is 1000000000 times better but if you are using Y_INI for saving other configurations such as admin actions and chatlogs then Y_INI is 100000 times better for that purpose.
Can i use them both in one game mode?


Re: [QUESTION] MySQL vs Y_Ini - Karan007 - 19.03.2016

Quote:
Originally Posted by eikzdej
Посмотреть сообщение
Can i use them both in one game mode?
Actually, you can use MANY saving system in a server. Along using MySQL & Y_INI (Yes, you can use both in a gamemode) together in one gamemode you can even include other saving system SQLite (Best for me, that is what i use for my saving system), DINI, SII and many more!