I have a SQL Server DB. I want to migrate that DB to MySQL. In my SQL Server DB, some tables has about 50,000 to 1,00,000 records. I am trying to migrate the DB by DB migration tool embedded in MySQL Workbench. But in this process it is taking too much time. After 15 hours I cannot see any significant improvement in data transfer. So, is there any other process to make the DB migration or any other open source tool which can give better output?
Please suggest.