Y_ini / dini / mysql - 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: Y_ini / dini / mysql (
/showthread.php?tid=308475)
Y_ini / dini / mysql -
jaskiller - 03.01.2012
Hi dudes I wanna know what is the best to use for rp gamemode :
Mysql systeme
dini
or Y_ini
and thank you
Re: Y_ini / dini / mysql -
Konstantinos - 03.01.2012
MYSQL is the best but the most difficult of those 3 options.
Re: Y_ini / dini / mysql -
GamingTurf - 03.01.2012
Quote:
Originally Posted by Dwane
MYSQL is the best but the most difficult of those 3 options.
|
MySQL is the easiest for me to be honest. All this file opening and closing is too much effort for me. MySQL is easy once you get the basics learnt.
Go for MySQL.
Re: Y_ini / dini / mysql -
Konstantinos - 03.01.2012
Quote:
Originally Posted by GamingTurf
MySQL is the easiest for me to be honest. All this file opening and closing is too much effort for me. MySQL is easy once you get the basics learnt.
Go for MySQL.
|
I tried to learn MYSQL 2 times but I didn't bacause isn't easy and my primary language isn't English.
So, I am using dini, it's very easy
Re: Y_ini / dini / mysql -
Vince - 03.01.2012
Quote:
Originally Posted by Dwane
So, I am using dini, it's very easy
|
But it is also the oldest, the slowest and it has the least functionality.
If you intend to make a user CP on a website later on, go for MySQL. Otherwise you could go for Y_Ini or SQLite. For some reason people always seem to overlook the latter one, although it's included with the server package by default.
Re : Y_ini / dini / mysql -
jaskiller - 03.01.2012
Ok thx i have alerady leaned mysql with php so the fasted is mysql(for no lag in server)??