21.11.2013, 22:20
Quote:
hum ok
but that dont say why ( the reason ) SQLite is more better than MySQL with SQLite is possible do one UCP (in on website, you understand?)? |
MySQL is a relational database system which is ran from an external SQL server. Each query executed is sent to the SQL server and analyzed, and then you have your queries, tables and shit.
SQLite is the same thing and uses the same language and style as MySQL, but it saves in the scriptfiles folder. SQLite, unlike MySQL, doesn't require an external server this way.
AFAIK, I don't think that SQLite can be used to make a UCP, but MySQL can.
Excuse me for the misinterpretations, I'm awfully tired!