최신 버젼으로 다운로드 받으면 실행이 되지 않아 v8.0.21로는 동작을 함(Rosetta 2)
다운로드 : https://downloads.mysql.com/archives/get/p/8/file/mysql-workbench-community-8.0.21-macos-x86_64.dmg
그리고 Mariadb 사용할때 brew로 설치한 후에 'mysql.server start'로 작업하던건 pid 추가 설정이 필요하여 'brew services'을 이용하여 작업하는 게 편리?함.
<!-- brew services -->
$ brew services
<!-- brew service 목록 확인 -->
$ brew services list
Name Status User Plist
mariadb stopped
<!-- brew service을 이용한 mariadb 시작 -->
$ brew services start mariadb
==> Successfully started `mariadb` (label: homebrew.mxcl.mariadb)
<!-- brew service을 이용한 mariadb 정지 -->
$ brew services stop mariadb
Stopping `mariadb`... (might take a while)
==> Successfully stopped `mariadb` (label: homebrew.mxcl.mariadb)
[m1/mongodb] mac(m1)환경에서 mongodb 설치 및 mongo shell 실행 (1) | 2022.02.14 |
---|---|
[제주/맛집] 고집돌우럭 (0) | 2021.12.02 |
[아이폰] COVID-19 노출 알림 기능 (0) | 2020.09.16 |
[세면대/주방 필터] Bodyluv & Dr.Piel 필터 교체하기~내돈내산 (0) | 2020.09.10 |
[요리도구] 트라이앵글(triangle) - 줄리앤 커터(Julienne cutter) 만능 채칼 / 줄리엔커터 (0) | 2020.09.06 |