Most commercial databases have a trial version or a limited download version, at least should be enough to export data and schema.
However, you do this, it is probably safer to read the schema and create the structure in MySQL, and then export each table, as CSV says, and re-import it into MySQL, rather than relying on the direct conversion tool.
ps. Of course, if you have a lot of stored procedures or special SQL-specific SQL, then it will hurt a lot more!
source
share