MySQL -> Firebird converter
From Milan Babuskov blog:
I decided to automate conversion of MySQL database to Firebird. I got tired of manual find&replace process, and created a small parser that changes from MySQL to Firebird syntax. Currently it only supports database structure dump (no data, only structure) from PHPMyAdmin. Not all datatypes are supported, but feel free to “fix” it. It’s written in PHP and it’s open source. It would be great if you would send back any modifications you make. Download it here (source code included).
2 Comments to “MySQL -> Firebird converter”
Leave a Reply
You must be logged in to post a comment.


On July 16th, 2012 at 3:22 am
The url is now moved to http://www.backwardcompatible.net/post/8789818309/converting-mysql-database-to-firebird
Cantu Reply:
July 16th, 2012 at 8:25 am
I updated the link in the mainpost, thanks!