That's about it. I can always just dump it to csv and read it in, but I was hoping to avoid that.
|
|
|||||||
|
|
|
You can use Database Workbench
ps: I don't know why you want to migrate from Interbase to MySQL but you can also take a look to Firebird |
||
|
|
|
|
Since both Interbase and MySql have ODBC drivers, how about using your favorite development environment to write an app that opens each table in the IB database and copies it into the MySql database? There are various languages and IDE's that support data access using odbc. This would be nicer than using csv because your code could copy the schema during the process of copying each table. |
||
|
|
