I have firebird database file and I want to convert it into Mysql, but I don't know how. Can you help me how to convert it? Or can you give me the reference what software I have to use to convert it?
Thank you
I have firebird database file and I want to convert it into Mysql, but I don't know how. Can you help me how to convert it? Or can you give me the reference what software I have to use to convert it?
Thank you
You have to use FBExport tool to generate a dump with inserts
Be careful with dates in mysql. Export in the correct format. To export db in custom date format use:
To import date to mySQL use SOURCE command:
Ref: http://kosiara87.blogspot.nl/2011/03/export-data-from-firebird-into-pure-sql.html