How to do a proper Migration from MariaDB to Mysql? Is there are anyone who made this and could share best practices?
Announcement
Collapse
No announcement yet.
Migrating from MariaDB to MySQL
Collapse
X
-
Personally I never done it directly, I suppose all you need to do is Export the MySQL database, then import it to MariaDB. Both of these are backend and essentially something I never touch because it is server related access.
When I moved my host (shared hosting) server, my previous host used mySQL and my new host new MariaDB. All I really did was export and import the data.
One way to look at it, I did migrate from two different server. Another way to look at it is I never really did do that.
I used myPHPAdmin for both import and export, didn't touch any CLI.
Comment