Which is better? - 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: Which is better? (
/showthread.php?tid=663820)
Which is better? -
Alteh - 12.02.2019
>use SQL from sa-mp
Or
>use MySQL from BlueG?
I still do not have saved in my game mode,
I would like to know which would be better.
Re: Which is better? -
PepsiCola23 - 12.02.2019
just use the search button
found like 50 threads
https://sampforum.blast.hk/showthread.php?tid=169462
good luck
Re: Which is better? -
Variable⢠- 12.02.2019
Depends on what you need. If you just need a simple database, and you don't have a mysql server, and you don't need to access the mysql server from the web and just want to use in game commands to update data, or you don't need to have remote access, say a test server connected with the database of the main server, and your website will be just a static homepage (i.e no in game statistics or leaderboard) then go for SQLite from samp.
Otherwise go for MySQL. In case you're planning to create a public server.
Re: Which is better? -
ComDuck - 12.02.2019
https://www.sqlite.org/whentouse.html
MySQL's system is based on RBDMS.