---
title: 'How to Create a Visual Database Schema in MySQL Workbench'
source: 'https://youtube.com/watch?v=721X9g9tJeM'
video_id: '721X9g9tJeM'
date: 2026-08-14
duration_sec: 37
---

# How to Create a Visual Database Schema in MySQL Workbench

> Source: [How to Create a Visual Database Schema in MySQL Workbench](https://youtube.com/watch?v=721X9g9tJeM)

## Summary

This video demonstrates how to create a visual database schema from an existing MySQL database using MySQL Workbench's reverse engineering feature. The process involves connecting to the database, selecting it, and generating a diagram that can be customized and exported.

### Key Points

- **Goal: Visual Schema from MySQL** [00:00] — The video aims to show how to generate a visual representation (schema) of a MySQL database using MySQL Workbench, using a local Laravel project database as an example.
- **Reverse Engineer Process** [00:16] — In MySQL Workbench, choose 'Database' > 'Reverse Engineer', fill in connection credentials, select the target database from the list, and the tool detects the MySQL tables.
- **Result and Export** [00:32] — After clicking execute, the schema appears on screen. Users can drag and drop tables, adjust relationships, and export the diagram as an image or other formats.

### Conclusion

MySQL Workbench's reverse engineering feature provides a quick and easy way to visualize an existing MySQL database schema, which can then be customized and exported for documentation or analysis.

## Transcript

You have a MySQL database and you want to create such visual representation schema, it's easy to do with MySQL Workbench. So here I have a local MySQL database for my Laravel project, and I will try to generate this visual schema. In MySQL Workbench you choose database reverse
engineer, then you fill in the credentials to connect to your database, then you choose your database from the list, it detects MySQL tables, and then you click execute, and you get the result on the screen, and from there you can drag and drop tables, relationships, and make changes,
and then export that diagram into image or whatever other format.
