Hello, around 2 years ago, we switched from mysql5 to mariadb10 also. We used that to cleanup the DB also, so YMMW. We found the most reliable way is to dump the data and import it (on the other machine). This takes a lot of time but saves in the long run. FYI we change the engine so binary was never an real option but in the first tests we used the old engine of cause. may this helps Am 30.10.24 um 07:23 schrieb Daniel Black via discuss:
https://mariadb.com/kb/en/meta/mariadb-ftp-server/ is one way, but as Marko said, a SHOW CREATE TABLE from the original MySQL or extracted out of a SQL backup is likely sufficient.
One known migration bug is https://jira.mariadb.org/browse/MDEV-32277
On Fri, 4 Oct 2024 at 23:15, edwin.chan--- via discuss < discuss@lists.mariadb.org> wrote: