So I created a few tables and populated them using a script. The only problem is, I closed my script and I can't seem to find it. Is there a way to reverse engineer the entire script? I was looking at this earlier : How to take MySQL database backup using MySQL Workbench?. But it I can't seem to find the server administration tab in order to start. Where is its location or is there an easier way to accopmplish what I am doing?
1 Answer
The "Server Administration" tab (in Workbench 5.2) was removed when Workbench 6.0 received a completely new GUI. Most of the functionality was moved to the Management Navigator inside of Workbench.
The Workbench Data Export and Import documentation refers to all of the different methods that data can be exported and/or imported in Workbench.
create-optionsenabled? The top portion of the backup file will have all the SQL to create your tables. (Left menu -> Management -> Data Export)