06.09.2018, 06:38
Quote:
You should go for MySQL if you know what you are doing, or you will end up getting injected. If you are starting a server, go for y_ini. If you are just testing stuff out then begin learning MySQL.
I still do not recommend y_ini. MySQL is easier for offline control and doesn't lag when you have many players in game or when you have a huge amount of registrants. But yet if you are starting a server and don't know anything about MySQL, start with y_ini. You can easily convert users from y_ini to MySQL using a login checkup. |