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

3 years, 8 months ago Max Pol

i think it worked for me now and i have the whole db in mariadb 10_3_24

This worked for me: https://stackoverflow.com/questions/29916610/1273-unknown-collation-utf8mb4-unicode-ci-cpanel

- i made 2 exports in mysql 8 with the workbench - 1x for the structure and 1x for the data - then i made the following replacements in the structure file utf8mb4_0900_ai_ci to utf8_unicode_ci utf8mb4 to utf8 utf8_unicode_520_ci to utf8_unicode_ci - after that i was able to import the structure and afterwards the data in to the mariadb with the workbench

Thanks for your tipps

After 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.