WEB/SpringBoot

[SpringBoot] 4. MySQL Workbench

bay07 2024. 3. 9. 07:52

 

Sometimes it's uncomfortable to manage DB from the CLI. So there are several tools that allow us to manage DB using GUL (ex SQLyog, Mysql workbench, DBeaver). Among them, we'll try using Mysql workbench.

 

1. Download 

https://dev.mysql.com/downloads/workbench/

 

MySQL :: Download MySQL Workbench

Select Operating System: Select Operating System… Microsoft Windows Ubuntu Linux Red Hat Enterprise Linux / Oracle Linux Fedora macOS Source Code Select OS Version: All Windows (x86, 64-bit) Recommended Download: Other Downloads: Windows (x86, 64-bit), M

dev.mysql.com

 

2. Execute

 

 

We can use the password that we wrote when we first installed Maria db. (ex 123456)

 

Create DB