Search code examples
mysqldatabasemigrationmariadbdatabase-migration

Migration from MariaDB to MySQL


We need to move a db from MariaDB to MySQL db but are having trouble finding any documentation about this. Does anyone have any experience doing this?

We currently have multiple dbs in MySQL and are trying to add a relatively small one from MariaDB which is why it has to happen like this rather than the other way around.


Solution

  • You can refer to the following MariaDB documentation link, which discusses in detail the compatibility issues between various versions of MariaDB and MySQL:

    https://mariadb.com/kb/en/library/mariadb-vs-mysql-compatibility/

    There is a useful matrix which shows compatibility between versions at a glance.