the screenshot of MySQL exportMySQL tables do not show when trying to export my schema…
I can see those tables in my schema, etc but not when trying to export. What could be wrong? I am using MySQL Workbench on MacBook Air if that helps.
Thank you!!!
I don’t know what to try.
2
Answers
Since there is no screenshot of the data export screen, I am not sure if I am going to give you the right answer, but make sure you select the schema inside the "Tables to export" tab along with making sure that you selected "Dump structure and data" or "Dump structure only".
Is your schema name all using lowercase? I had the same issue on my schema name with mixed uppercase but tables will show for schema using lowercase only. This is a bugs on MySQL Workbench since long ago (Refer this link https://bugs.mysql.com/bug.php?id=103783). Seems like still not fixed it.