[Mac] MariaDB 위치

Jan 13, 2021

brew install mariadb
Error: Cannot install mariadb because conflicting formulae are installed.
mysql: because mariadb, mysql, and percona install the same binaries

mysql설치가 되어 있을 경우 해당 에러가 난다.

brew uninstall mysql
해당 명령어로 삭제 후 진행.

다시 brew install mariadb 설치

/usr/local/Cellar/mariadb
해당 경로에 설치됨을 확인 가능

mysql.server start
에러날 경우
brew upgrade mariadb
해당 명령어로 업그레이드 시켜 확인