About 9,840,000 results
Open links in new tab
  1. How to reverse engineer a database with MySQL Workbench

    This task is called reverse engineering, as you first have working tool and you create model from it. Models in MySQL Workbench. Since reverse engineering is converting live database schema into model, we need to understand how models work in MySQL Workbench.

  2. MySQL :: MySQL Workbench Manual :: 9.4.2 Reverse Engineering

    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.

  3. MySQL :: MySQL Workbench Manual :: 9.4.2.2 Reverse Engineering

    To reverse-engineer a live database, click Database and then Reverse Engineer from the menu. The figure that follows shows an example of the Reverse Engineer Database wizard. The first step of the wizard enables you to set up a connection to the live database you intend to …

  4. How to create ER diagram for existing MySQL database with MySQL

    Aug 6, 2018 · This artcle will show you how to create a diagram for existing MySQL or MariaDB database using MySQL Workbench. Reverse engineer a database To create a diagram from existing database you need to use reverse engineering functionality to create a model.

  5. How to Reverse Engineer a Database in MySQL Workbench

    Jun 1, 2016 · To reverse engineer a database in MySQL Workbench: Select Database > Reverse Engineer from the top menu of MySQL Workbench; Set/review parameters for connecting to the DBMS then click Continue; Enter password if required, then click OK; The wizard will connect to the DBMS, fetch a list of databases, and check for any issues. Click Continue

  6. 9.4.2.1 Reverse Engineering Using a Create Script - MySQL

    If your script creates a database, MySQL Workbench creates a new Physical Schemas area within the open MySQL Model tab. Click Execute to reverse-engineer the SQL script, verify its results, and optionally place the objects in a new EER diagram. The next figure shows an example of the finished operation.

  7. How to Reverse Engineer an ER Diagram from an Existing Database Schema

    Jan 16, 2024 · Open your database management tool (e.g., MySQL Workbench, SQL Server Management Studio). Navigate to the main menu and find the ‘Database’ tab. This tab is your control center for interacting with...

  8. mysql - Is there a way to reverse engineer the commands to …

    Jan 22, 2020 · You can reverse engineer you DB using MySQL Workbench. It is under Database in menu: Database | Reverse Engineer & Provide connection information. As already mentioned, you can create script using mysqldup CLI .

  9. How to reverse engineer from existing database schema

    Oct 3, 2012 · Now using MySQL workbench i can reverse engineer to get the create schema script. How is it possible to achieve the same using mysqldump command i.e., get the create schema and the foreign key references should be maintained.

  10. Reverse Engineering of Database in MySQL Workbench

    Oct 8, 2020 · Previous Video (Forward Engineering of Database in MySQL)https://youtu.be/B0aD6yTrT5kER diagrams are a useful tool for understanding and modeling and design ...

  11. Some results have been removed