Comments - migrating from mysql to mariaDB

3 years, 3 months ago Daniel Black

If you are using MySQL-5.7 or less an in place upgrade is possible with a few feature differences listed on https://mariadb.com/kb/en/migrating-to-mariadb-from-mysql/.

If this is the case for you, look at `journalctl -n 40 -u mariadb.service` for more detailed information as to why mariadb didn't start.

Some more detail as to the source MySQL version, the destination MariaDB version, and the errors occurring on startup are needed to help you get past your current state. Please also take a detailed read of the migration article above. Please make sure you have a mysql backup before beginning the migration.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.