Is there a way to use mysqldump or something similar to create an all-databases dump from a mariadb 10 server that will import into a mysql 5.5 server flawlessly? Currently I run into some problems with the dump because of mariadb-only features.
Thank You
Use mysqldump --compatible=ansi --all-databases
to export in ansi mode.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With