Posts: 22
Threads: 6
Joined: Jan 2010
Reputation:
0
Sorry for english, i'm italian.
I'm working on a new server, but i have a question.
Use mysql plugin is better and functionally than normal ini file?
Which pros and cons there are?
Posts: 539
Threads: 24
Joined: Nov 2008
Reputation:
0
I would be interested in hearing a good answer on this question...
Posts: 544
Threads: 120
Joined: Aug 2010
Reputation:
0
My Sql Is Typicly A Lot Faster And Easier To Modify For Script Updates Along With Website Integration. Also lets say you move to a differnt server you download a 1mb file instead of 1,000s of .ini files.
Posts: 508
Threads: 9
Joined: Dec 2010
Reputation:
0
If you want to script less, then go for MySQL. Because with mysql you can just call whatever you want with one query.
If you are going to use ini for it, you will need to make a loop, extra scripts and go on...
Posts: 2,262
Threads: 260
Joined: Mar 2009
Reputation:
0
MySQL all the way. I never used to use it, I used to use DUDB etc but MySQL is FTW.
Posts: 94
Threads: 16
Joined: Oct 2008
Reputation:
0
I never made account saving in .ini files. But i find mysql great to organize on websites and global ig stats.
SA-MP File Function - 10/ms.
SQLite - 20/ms.
MySQL - 40/ms.
INI - 70/ms.
XML - 120/ms.
Posts: 335
Threads: 59
Joined: Oct 2011
Reputation:
0
MySQL is the best nowadays because it is more dynamic and FASTER except it needs alot of tinkering to get it to work