How to migrate the database from Filemaker to Mysql?
问题 I am rebuilding an ERP system based on Symfony1.4 and MySQL 5.1. The challenge is that previous system was built on Filemaker Pro and I have to migrate all previous data to current system. For that, first I need to move all the data to a MySQL DB having the previous schema structure intact and then I can map the data to the current system schema by writing a script as needed. How should I proceed with that first step? Is there any existing tools or processes to do that? Any help will be