MySQL vs SQL - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: MySQL vs SQL (
/showthread.php?tid=270910)
MySQL vs SQL -
tbedy - 22.07.2011
what is better?
Re: MySQL vs SQL -
Calgon - 22.07.2011
SQL is the language MySQL uses. You can't compare the two, because one is a storage system and one is a language for processing data which the system you're comparing to uses SQL anyway.
Re: MySQL vs SQL -
Lorenc_ - 22.07.2011
Personally, I'd choose SQLite, it automatically creates your tables for you and is fairly easy to use, Mysql is great as well though you'd need to set up tables and other things, can cause stress if you have a fairly large amount of columns/rows (Like a roleplay script) Though UCP and ACP can be made via that too
Really depends on what gm you want to use and what you want to achieve from it
EDIT: Late calg00ne won :P Had myself waiting another 1 minute before he posted :/
EDIT2: May of gotten confused with SQL and sqlite, sorry about that.
Re: MySQL vs SQL -
tbedy - 22.07.2011
i asking because i am begginer in sql and mysql, so i now want to start my gamemode from blank with one of these languages, so i dont know with which to start, i really like much mysql, but i heard that and sql isnt for trash so...
Re: MySQL vs SQL -
[HiC]TheKiller - 22.07.2011
You should really read Calg00ne's post. I think that you are mistaking SQL for SQLite which is the SQL language coded into sa-mp. SQLite is good if you're not going to have a massive website using MySQL.
Re: MySQL vs SQL -
tbedy - 22.07.2011
yes, when i write sql then i think on sqlite