Subject Re: [firebird-support] Firebird Database to MYSQL Database conversion
Author Dimitry Sibiryakov
28.08.2017 12:43, vamsi sagiraju vamsi460@... [firebird-support] wrote:
> I am alien to Firebird database, having no idea about it, But we have to migrate it to
> MySQL database(Have good idea about it). So could any one please let me know how to
> convert the Firebird database to MY SQL with more light on the steps and process needs to
> follow/do this.

1. Create MySQL database with the same tables.
2. Export Firebird data into CVS files using FBExport.
3. Import data into MySQL.

That's all.


--
WBR, SD.