MySQL Forums
Forum List  »  MySQL Workbench

Re: Reverse Engineering of Database
Posted by: Mark Smith
Date: September 04, 2020 05:41AM

With MySQL Workbench, you can reverse-engineer a database using a MySQL create script or you can connect to a live MySQL server and import a single database or a number of databases.
In MySql Workbench version 8.0.13 do the following steps:
1. Go to Management/Data export
2. Choose the schema to export in the 'Tables to export' list
3. Click the 'Advanced Options...' button (top right)
4. Search for the option 'Other/column-statistics'
5. Set the value to 0
6. Click the 'Return' button (top right)

Options: ReplyQuote


Subject
Views
Written By
Posted
663
August 25, 2020 03:52AM
Re: Reverse Engineering of Database
372
September 04, 2020 05:41AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.