To solve this problem, what I did was to copy the structure of the database.
In the SQLManager you are looking for the database.
Then Tasks
- Generate Scripts
Then using this site:
link
Transform the query, do it quite well and create the structure of the database for MySQL
To copy the data:
- I make a select
to the whole table
- I copy the records to a file .csv
- With PHPMyAdmin
I import them to MYSQL
The process was delayed 2 days but it turned out well.
I did this with tables even of up to 150,000 records and it worked fine, I loaded the PHPMyAdmin up to 10,000 records
I hope you help them.
Greetings