79421278

Date: 2025-02-07 14:55:27
Score: 1.5
Natty:
Report link

It does not make sense as you state - "the mariadb source type is unknown" I suggest you export the mariadb schemas. then based on the schema you can import the schema into mysql. Following that you can export the data from mariadb (use a csv if you have to) and then import the same file into mysql.

Another point, why can you not export the mariadb to a dump and then import into mysql - they are very compatible? Or is there some reason about the data that prevents this. Suggestion: pull the mariadb down locally - do the conversion offline; the upload and impart into mysql. 90GB is a small dataset. It probably is faster!

Key tip: focus on getting the mariadb schema

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Dev OpenID