MariaDB is a fork of MySQL. MariaDB maintains identical database structure and indexes to MySQL, making it a backward compatible, drop-in replacement for MySQL.
Current Version: Mandraled Hosting runs MariaDB version 10.2.29
How to Check Your Version
- Navigate to Manage Hosting, then phpMyAdmin
- Select your database from the left panel
- Click the Query tab
- Execute the query:
SELECT VERSION(); - View the version output