Posts: 221
Threads: 90
Joined: Jun 2010
Reputation:
0
whats the advantage of using MySQL rather than just using a plugin like Dini?
I am trying to decide wether to use a MySQL car system or a Dini version.
Thanks
Posts: 1,751
Threads: 20
Joined: Nov 2010
Reputation:
0
Easier, and more features.
Posts: 2,268
Threads: 89
Joined: Apr 2009
Reputation:
0
Loading data from files is faster, and in MySQL you need to make strings that use huge amount of cells because of the queries.
It has many advantages, though - such as making live stats signatures, connecting your website to the server, so you can make an user control panel in it, and more.
Posts: 1,426
Threads: 56
Joined: Dec 2010
Reputation:
0
It's nice and you can match it with PHP and such. By the way, never use DINI. If you aren't using MySQL use something like Y_INI.
Posts: 836
Threads: 107
Joined: Sep 2010
Reputation:
0
Also another thing that MySQL does is you can connect your forums to the database. So you can make cool things like, little signatures that display a player's stats (deaths, kills, cash etc). And in my own opinion, it's safer (excluding injections).