MariaDB FAQ

Answers to your most common questions about MariaDB.

Quick, simple, and helpful information at a glance.

What is the difference between mariadb and MySQL?
MariaDB is a fork of MySQL, which means it is based on the same code base but has additional features and improvements.
How do I access my database in mariadb?
You can access your database in mariadb using a command line interface or a graphical user interface, depending on your preference and setup.
Can I migrate my existing database to mariadb?
Yes, mariadb is designed to be compatible with MySQL, so you can easily migrate your existing database to mariadb without any major changes.