Subject Re: [Firebird-general] convert mysql database to firebird
Author Milan Babuskov
throwmail2000 wrote:
> How can i convert mysql database to firebird?
> Is there any non-comercial tool available? if not then whats
> the easy way to do it?

The simplest way:
-Export your DDL and data (as SQL) with tool like phpMyAdmin
-Edit DDL with search&replace (MySQL datatype -> Firebird Datatype)
-Import data

If you used autoincrement fields, read here how it's done with Firebird:
http://www.ibphoenix.com/main.nfs?a=ibphoenix&l=;IBPHOENIX.FAQS;NAME='MySQL'

For further questions better ask at firebird-support group.

--
Milan Babuskov
http://fbexport.sourceforge.net