Does anyone know an efficient way to migrate from DashDB to MySQL ? I have a database schema on DashDB which contains n number of tables and I wanted to migrate to MySQL.
The only way I can think of is exporting each table to CSV and then import it in MySQL but I am sure there is a better way to do this. Any suggestions?