I have a database on server with around 60 tables and now I want to export Data Dictionary
of the database (including table structures)..
I can do that on my local machine which has PHPMyAdmin
, however, I am not able to find way to export it on server using Workbench
.
Any one who can help?