SA-MP Forums Archive
Admin FS on MySQL or Dini? - 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: Admin FS on MySQL or Dini? (/showthread.php?tid=337623)



Admin FS on MySQL or Dini? - Sphex - 27.04.2012

Hi.
I want to build a new Admin System. What do you think is better: MySQL or Dini?
Thanks !


Re: Admin FS on MySQL or Dini? - Translator - 27.04.2012

MySQL.


Re: Admin FS on MySQL or Dini? - RollTi - 27.04.2012

Quote:
Originally Posted by Translator
Посмотреть сообщение
MySQL.
No, if he is beginner he must use dini first before MYSQL


Re: Admin FS on MySQL or Dini? - MicroD - 27.04.2012

Quote:
Originally Posted by RollTi
Посмотреть сообщение
No, if he is beginner he must use dini first before MYSQL
Do you see his signature section. He already made something with MySQL.
MySQL is better than dini.


Re: Admin FS on MySQL or Dini? - RollTi - 27.04.2012

i didn't notice it sorry about that sir..


Re: Admin FS on MySQL or Dini? - Vince - 27.04.2012

Don't ever use dini! It's so old and slow and there are tons of file processors that work far better. Technically, MySQL is slow too as it needs a connection to an external database. This is largely compensated by its huge functionality and through the use of threaded queries.


Re: Admin FS on MySQL or Dini? - Sphex - 27.04.2012

Thank you guys .


Re: Admin FS on MySQL or Dini? - [HiC]TheKiller - 27.04.2012

It would be pretty good if you made a SQLite admin system. There are quite a few advantages

-Easy to access data
-No plugins needed (inbuilt into sa-mp)
-Practically no set up needed

Good luck!


Re: Admin FS on MySQL or Dini? - Sphex - 27.04.2012

I'm not that good in SQLite. Sorry .


Re: Admin FS on MySQL or Dini? - $$inSane - 27.04.2012

MYSQL is the best