본문 바로가기
MySql

MySQL 양조 링크 mysql이 완료되지 않았습니다.

by 베이스 공부 2021. 1. 24.
반응형

어떤 이유로 brew는 mysql을 연결하지 않고 권한에 대해 불평합니다. 폴더를 777 으로 chmod 하지만 여전히 동일한 문제가 발생합니다.

  laptop$ brew install mysql 

오류:

 mysql-5.5.27 already installed, it's just not linked

 laptop$ brew link mysql

 Linking /usr/local/Cellar/mysql/5.5.27... Warning: Could not link mysql. 

연결 해제 중 ...

    Error:
    Could not symlink file: /usr/local/Cellar/mysql/5.5.27/lib/plugin
    /usr/local/lib is not writable. You should change its permissions.

 

해결 방법

 

나는 문제가 무엇인지 알아 냈다. 허가를 받아 발급되었고 기본적으로 이렇게했습니다.

sudo chown -R $(whoami) /usr/local/lib/

 

참조 페이지 https://stackoverflow.com/questions/12812613

 

 

반응형

댓글