Create visual database schema with MySQL Workbench

January 4, 2022 • Category - Web Development, MySQL • 2,241 views
ShareShare on FacebookShare on Twitter

Overview

Rather than manually creating a visual representation of your database schema, which can be extremely time-consuming and error-prone, MySQL Workbench simplifies this task using their database reverse engineer functionality.

MySQL Workbench has a community version that is free to download here.

Instructions

  • Select ‘Reverse Engineer’ from the ‘Database’ menu.

Image 1

  • Go through the steps to connect to your database (either your local or remote database), select the DB schema you would like to visualise, and then continue on with the process of retrieving and selecting the table objects.

Image 2

  • Once you have selected the table objects that you want shown on the database diagram, click on ‘Execute’.
  • You will then be presented with the visual design of your database schema.

Image 3

  • From there, you can then drag/drop/modify your DB diagram to suit.

0 Comments


Leave a Comment

Share your questions, thoughts and ideas while maintaining a considerate tone towards others, thank you.

All fields are required - your email address will not be published.