Posts: 560
Threads: 117
Joined: Jan 2011
Reputation:
0
Which system should I use?
Y_INI or MySQL, or what else?
I'm having issues with loading, with y_ini so should I use mysql or what? Thanks for positive feedback?
Posts: 1,849
Threads: 96
Joined: Apr 2010
Reputation:
0
What everyone will say over here is : MYSQL is the best and y_ini is the finest ini reader/writer.
Deciding on this depends upon you only. If your gonna have a UCP for your server and gonna integrate it with Database's and stuff so you should go for MYSQL!
if your not gonna have any UCP and never thinking to even have one. Then you should go for y_ini for'sure!
Posts: 560
Threads: 117
Joined: Jan 2011
Reputation:
0
Well i feel y_ini is so much harder to use especially for loading. I'm not limiting only to these two options, I'll take any options you guys think
No INI is faster than MySQL. INI is a decrepit(outdated) data storage system. It was good on older days, not now. MySQL and SQLite is the best storage system for games and I prefer MySQL. But if you don't have MySQL server then I suggest you to use SQLite instead.
Posts: 560
Threads: 117
Joined: Jan 2011
Reputation:
0
I have a mysql server as I own a VPS. I've decided to just move to Mysql, which plugin should I use? Strickenkids or the other?
Posts: 1,849
Threads: 96
Joined: Apr 2010
Reputation:
0
strickenkids is just fine. Go for it i say! The other one is also good. Depends upon the way you the code everything as well as the working of it!