if you use SHOW DATABASES query in MySQL, you will see your database names. one of them is: information_schema
if you use Information_schema database, and use SHOW TABLES; you will see some tables, if you query these tables, your migrated tables are within them.
Chagh