Comments - Migrate from MySQL 8 to MariaDB 10.3.24 - HowTo?

3 years, 8 months ago Max Pol

I checked your link and especially the section "Upgrading from MySQL to MariaDB".

For Windows there stands: Upgrading on Windows On Windows, you should not uninstall MySQL and install MariaDB, this would not work, the existing database will not be found.

Thus On Windows, just install MariaDB and use the upgrade wizard which is part of installer package and is launched by MSI installer. Or, in case you prefer command line, use mysql_upgrade_service <service_name> on the command line.

I downloaded and installed the version 10.3.24 - but i can not see any upgrade wizard during the installation process... Why is this wizard not showing up or - am i using a false version?

Used this download link: https://downloads.mariadb.org/mariadb/10.3.24/

 
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.