To verify that MariaDB works, get access to your MySQL database using a previously created username and password.
Then create a database in MySQL and add the ENGINE= parameter.
Specify which engine to use. You can specify one which is included in MariaDB. You can list all engines by using the following command:
show engines;
Read more: