Is there an alternative to MySQL?

Is there an alternative to MySQL?

+3
source share
8 answers

Of course:

  • PostgreSQL (my personal choice)
  • Firebird
  • Oracle
  • IBM DB2
  • Microsoft SQL Server
+8
source

There are several. For a complete list, click here.

A few common ones:

MSSQL Express
SQLite
PostgreSQL

If you need more information, you can check Comparison of relational database management systems.

You can even use the Apporach Document Oriented Database depending on the needs of your project. This may not be of interest to you, but I wanted you to know that this option exists.

Couchdb

+4
source
+4

MariaDB, MySQL. : http://mariadb.org/

+2

+2

OODBMS, db4o, , CouchDB Cache.

0

All Articles