I have to generate generic DDL scripts from a running MySQL database (source) that will be run on a HSQLDB database (target) and I am therefore looking for an open source tool that could generate generic DDL scripts (or at least as generic as possible).
I have to generate generic DDL scripts from a running MySQL database (source) that
Share
I’d check first the
--no-dataand--compatible=nameoptions ofmysqldump.