I am trying to migrate from azure SQL to Google Cloud MySql using MySql Workbench migration wizard.
I am using the administrative user to connect to azure SQL. The 'Fetch Schema List' finishes successfully with the message "Retrieve schema list from source finished" but no schema are available in the "Schema Selection" stage.
What am I doing wrong?
p.s. The solution mentioned in Not retrieving schema list from source when migrating from MSSQL to MySQL using Workbench by @SaRiD does not solve the problem.