MySQL

MySQL Workbench 설치 및 사용법

hccode0419 2024. 9. 15. 17:44

1. mysql 설치 -> 다운로드 클릭

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

 

MySQL :: Download MySQL Installer

Note: MySQL 8.0 is the final series with MySQL Installer. As of MySQL 8.1, use a MySQL product's MSI or Zip archive for installation. MySQL Server 8.1 and higher also bundle MySQL Configurator, a tool that helps configure MySQL Server.

dev.mysql.com

 

2. 설치가 완료되면 이미지를 따라서 설치

 

- next 클릭

 

- execute 클릭

 

- next 클릭

 

- port를 3306으로 맞춘 훈 next 클릭

 

- next 클릭

 

- 비밀번호 설정 후 next 클릭

 

- next 클릭

 

- next 클릭

 

- execute 클릭 후 finish 클릭

 

 

 

- next 클릭

 

- finish 클릭 하면 설치가 완료된다 !! 이제 MySQL Workbench를 실행시켜보자!

 

3. MySQl installer는 설치되었지만, workbench가 설치되지 않은 경우

 

- 만약 mysql worchbench가 설치되지 않았으면 밑의 과정을 추가로 진행해주세요!

 

- MySQL installer 검색

- Add ... 클릭

 

- Applications > MySQL Workbench  > MySQL Workbench 8.0 > 상위버젼 클릭 후 중앙의 화살표 클릭

 

- 오른쪽으로 이동한 것을 확인한 후 next 클릭

 

 

- execute 클릭

 

- next 클릭

 

- finish 클릭 

 

이제 MySQL Workbench가 설치된 것을 확인할 수 있다!

 

 

4. MySQL Workbench 사용 방법

 

- +버튼 클릭

 

- Connection name을 작성한 후 Store in Vault...를 클릭

 

 

- mysql 설치시 작성했던 비밀번호 작성후 OK 클릭

 

Connection 생성 완료 !!

'MySQL' 카테고리의 다른 글

MySQL 재설치하기  (0) 2024.11.15