環境構築エラー対処:MySQLインストールエラー
エラー内容:書き込み権限がありません。ownershipに変更するか、書き込み権限があることを確認してください。
Error: The following directories are not writable by your user:
/usr/local/lib/pkgconfig
You should change the ownership of these directories to your user.
sudo chown -R $(whoami) /usr/local/lib/pkgconfig
And make sure that your user has write permission.
chmod u+w /usr/local/lib/pkgconfig
対処:ownershipを変更
sudo chown -R sbn122 /usr/local/lib/pkgconfig
// fileに対してユーザーアクセス(u)に書き込み権限(w)を設定する
sudo chmod u+w (file名)/usr/local/lib/pkgconfig
brew install mysql
Author And Source
この問題について(環境構築エラー対処:MySQLインストールエラー), 我々は、より多くの情報をここで見つけました https://qiita.com/Azukixxx/items/5165305dbb5ce3cd8d90著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .