Homebrew 설치 되어 있다는 가정하에 진행함.
terminal 실행후 아래 두 명령어를 실행하면 끝.
>brew update
>brew install mariadb
mariadb 설치후 db실행
>mysql.server start
mariadb 설치후 db stop
>mysql.server stop
mariadb 접속
mysql -uroot
맥북 실행시 mariadb 실행하려면
> ln -sfv /usr/local/opt/mariadb/*.plist ~/Library/LaunchAgents
> launchctl load ~/Library/LaunchAgents/homebrew.mxcl.mariadb.plist
'맥북' 카테고리의 다른 글
맥북에서 블루투스 기기(키보드, 마우스 등)가 갑자기 연결이 잘 안될때... (0) | 2016.02.03 |
---|---|
맥북에서 ftp 서버 열기 (0) | 2015.04.15 |
mac에서 java_home 설정 (0) | 2015.03.09 |
맥북에서 hosts 파일 변경 (0) | 2014.12.05 |
맥북 homebrew 설치하기 (0) | 2014.11.10 |