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
'WEB > SpringBoot' 카테고리의 다른 글
[SpringBoot] 5.1 Create a Project_ Making Maria DB schema / Connecting project to DB (0) | 2024.03.09 |
---|---|
[SpringBoot] 5. Create a Project _spring boot project in intelliJ (0) | 2024.03.09 |
[SpringBoot] 3.1 Environment Setting _ Maria DB management using Terminal (0) | 2024.03.09 |
[SpringBoot] 3. Environment Setting _ Maria DB (0) | 2024.03.09 |
[SpringBoot] 2. Environment Setting _ IntelliJ (0) | 2024.03.09 |