kimhxsong / Inception

0 stars 0 forks source link

Error: Cannot install mariadb because conflicting formulae are installed. #1

Closed kimhxsong closed 2 years ago

kimhxsong commented 2 years ago

Error

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

Please `brew unlink mysql` before continuing.                             

Unlinking removes a formula\'s symlinks from /opt/homebrew. You can        
link the formula again after the install finishes. You can --force this   
install, but the build may fail or cause obscure side effects in the      
resulting software. 

Solved

[1] % brew unlink mysql
Unlinking /opt/homebrew/Cellar/mysql/8.0.29... 98 symlinks removed.       
% brew install mariadb