MySQL 설치
$ brew install mysql@8.3
$ open ~/.zshrc
- 넣기: export PATH="$PATH:/usr/local/mysql/bin:/"
$ mysql -u root -p
DBeaver 설치
Download | DBeaver Community
Download DBeaver Community 24.3 Released on December 2nd 2024 (Milestones). It is free and open source (license). Also you can get it from the GitHub mirror. System requirements. DBeaver PRO 24.2 Released on September 9th, 2024 PRO version website: dbeaver
dbeaver.io
설정한 PW 입력
연동 확인
728x90
'📁 Back-end & 👩🏻💻 > Database' 카테고리의 다른 글
[DB] MySQL 데이터 조작(SQL SELECT, ORDER BY) (3) (0) | 2024.12.19 |
---|---|
[DB] SQL&Database 끝내기 - MySQL 테이블 만들기 (2) (0) | 2024.12.19 |
[RDBMS] MySQL 터미널로 접속하기, 비밀번호 변경 (0) | 2024.11.05 |
[Graph DB] Neo4j web test (0) | 2024.10.23 |
[RDBMS] MySQL Workbench에 DB생성 (0) | 2024.09.25 |