Markeloff Posted November 6, 2013 Posted November 6, 2013 The title has explained what I wanted. Which is better MySQL or SQLite ? Some people want it to happen, some wish it would happen, others make it happen.
فاّرس Posted November 6, 2013 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. Sha67 سابقاً
codeluaeveryday Posted November 6, 2013 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. Tutorials: => getOnlineAdmins() => [TUT] Better Join Country => [TUT] Updating admin countries => [TUT] Updating admin flags Server: K@N Zombies / Freeroam
Anony# Posted November 6, 2013 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 Team, MTA Scripters.
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