Comments - MariaDB versus MySQL - Compatibility

12 years, 2 months ago Elena Stepanova

If you are replacing MySQL 5.1 with MariaDB 5.2 or MariaDB 5.3 (e.g. MySQL 5.1.61, MariaDB 5.2.10 or 5.3.4 which are latest at the moment), it is wise to run mysql_upgrade even although MariaDB server includes the same MySQL version. MariaDB has a slightly different structure of mysql.event table, which causes event scheduler to be disabled on server startup, with the corresponding message in the error log file. Running mysql_upgrade and restarting the server afterwards fixes that.

 
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.