Jump to content

Which is better MySQL or SQLite


Markeloff

Recommended Posts

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
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...