Posts: 512
Threads: 121
Joined: Sep 2013
Hi guys, I was looking for a good fs admin system that include sqlite or mysql. Can you please recommend me?
I'm sorry if this is not the board to post it but at the same time I want to know which one is the fastest and better?
Also from this sqlite and mysql which one is not too much complicated to use?
If you only know after 4 months making a gamemode now I realized I had to I gave up y_ini.
I need your advise. Thanks alot.
Posts: 2,368
Threads: 27
Joined: Jun 2010
Reputation:
0
MySQL is using a plugin for all the functions and natives. If you're going for threaded queries with cache, you must be having good knowledge about using the threaded queries; If you think threaded queries is harder, so just try BlueG's MySQL R6 (unthreaded queries)
SQLite is implemented in SA-MP, so you don't need any type of plugin to use SQLite. SQLite is so far easy to use.
About the speed measurements, MySQL could be faster than SQLite but I'm not really confirmed about the speed.
Posts: 512
Threads: 121
Joined: Sep 2013
Quote:
Originally Posted by iZN
MySQL is using a plugin for all the functions and natives. If you're going for threaded queries with cache, you must be having good knowledge about using the threaded queries; If you think threaded queries is harder, so just try BlueG's MySQL R6 (unthreaded queries)
SQLite is implemented in SA-MP, so you don't need any type of plugin to use SQLite. SQLite is so far easy to use.
About the speed measurements, MySQL could be faster than SQLite but I'm not really confirmed about the speed.
|
Thanks alot brother fro the info. I just found out most admin system are using MySQL rather than SQLite. But I see different kinds of MySQL and I don't know which one I should use. I'm kinda bit confused.
Can you please help me? which version of MySQL is the latest and mostly compatible with server hosting for SA-MP?
EDIT: And please someone send me a link for a good admin system fs that uses MySQL?