MySQL migration to Mariadb

1

I have a MySQL server that has several banks; some gigantic. I've been studying and seen that various services migrated from MySQL to MariaDB. As this is a fork, could I simply migrate this data from one server to another or should I take some precaution other than the obvious backup of data?

    
asked by anonymous 14.03.2016 / 14:45

1 answer

1

Assuming you use equivalent versions mysql-mariadb you could migrate without any problems because mariadb is backwards compatible with mysql , just make sure you have backed up before.

    
14.03.2016 / 14:58