Markeloff Posted November 6, 2013 Share Posted November 6, 2013 The title has explained what I wanted. Which is better MySQL or SQLite ? Link to comment
فاّرس Posted November 6, 2013 Share Posted November 6, 2013 I'm don't sure. But as far as i know MySQL for too big data , and SQLite for medium data. Link to comment
codeluaeveryday Posted November 6, 2013 Share Posted November 6, 2013 It really depends on what your trying to do. I'd use a MySQL server for a custom account system just so it can be accessed outside of MTA, that way you could link it to your website. A house system may be used with sqlite. A SQLLite file saves records in a .db file, while a MySQL server is usually remote and not within MTA. It's really up to you, but most people will use SQLLite. Link to comment
Anony# Posted November 6, 2013 Share Posted November 6, 2013 The title has explained what I wanted. Which is better MySQL or SQLite ? SQLite is not a flat-file database and MySQL is not a "normal" database. They are both implementations of SQL. SQLite is no less "relational" than MySQL. a professional environment and advisable sqlite Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now