728x90
반응형
MySQL Workbench는 MySQL 데이터베이스를 관리하고 작업하는 데 사용하는 그래픽 사용자 인터페이스(GUI)
필수 조건
- macOS
- MySQL (설치완료)
1. MySQL Workbench 다운로드
https://downloads.mysql.com/archives/workbench/
MySQL :: Download MySQL Workbench (Archived Versions)
Please note that these are old versions. New releases will have recent bug fixes and features! To download the latest release of MySQL Workbench, please visit MySQL Downloads. MySQL open source software is provided under the GPL License.
downloads.mysql.com
버전과 OS에 맞게 선택해서 다운로드
2. MySQL Workbench 설치
다운로드한 DMG 파일을 열고, Workbench 아이콘을 Applications 폴더로 이동
하지만 아래와 같은 소프트웨어 확인 불가 창
find에서 control + 클릭 하면 실행된다고 해보니
안된다...
버전을 8.0.21 버전을 설치했었는데 나의 맥 OS는 Sonoma 14.4.1 버전으로 호환이 안되는 것 같아 더 윗버전을 설치를 다시 진행하니 해결
윗 버전인 8.0.34버전으로 설치
3. MySQL Workbench 실행
- 연결 설정:
- Hostname: localhost
- Port: 3306
- Username: root
- Password: (MySQL 설치 시 설정한 비밀번호)
728x90
반응형
'IT > 개발' 카테고리의 다른 글
[Mac] node.js 설치 for Mac (0) | 2024.05.02 |
---|---|
[MySQL] Error Code: 1046. No database selected Select the. default DB to be used by double-clicking its name in the SCHEMAS list in the sidebar. (0) | 2024.05.01 |
[Mac] 맥북 Mysql 설치 (0) | 2024.05.01 |
[Mac] 맥북 Homebrew 홈브류 설치 (1) | 2024.05.01 |
xlsx(Excel)파일 csv 변환 방법 (Python) (0) | 2024.04.24 |