Note: You are currently viewing documentation for Moodle 3.4. Up-to-date documentation for the latest stable version of Moodle is likely available here: MariaDB.

MariaDB

From MoodleDocs

MariaDB is a MySQL fork that is developed and maintained by original MySQL developers. It is considered to be more open and is being distributed as default MySQL compatible database by majority of modern linux distributions.

MariaDB is a drop-in replacement, you can use it with any stable supported Moodle version using standard mysqli drivers. Since Moodle 2.6 there is a dedicated driver for MariaDB.

See MySQL for more information, the setup procedure is nearly identical.