macのターミナルよりHomeBrewからMySQL をインストールしようとすると、
以下の注意とエラーが出てしまいます。
〜〜〜% brew install mysql Warning: No available formula with the name "mysql". ==> Searching for similarly named formulae... Error: No similarly named formulae found. ==> Searching for a previously deleted formula (in the last month)... Error: No previously deleted formula found. ==> Searching taps on GitHub... Error: No formulae found in taps.
ちなみにhomebrew自体のインストールが上手くいっているかbrew doctor
で確認したところ以下のWarningが出ています。
Please note that these warnings are just used to help the Homebrew maintainers with debugging if you file an issue. If everything you use Homebrew for is working fine: please don't worry or file an issue; just ignore this. Thanks! Warning: Homebrew/homebrew-core was not tapped properly! Run: rm -rf "/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core" brew tap homebrew/core Warning: "config" scripts exist outside your system or Homebrew directories. `./configure` scripts often look for *-config scripts to determine if software packages are installed, and which additional flags to use when compiling and linking. Having additional scripts in your path can confuse software installed via Homebrew if the config script overrides a system or Homebrew-provided script of the same name. We found the following "config" scripts: /Users/itouhiroto/opt/anaconda3/bin/icu-config /Users/itouhiroto/opt/anaconda3/bin/krb5-config /Users/itouhiroto/opt/anaconda3/bin/freetype-config /Users/itouhiroto/opt/anaconda3/bin/xslt-config /Users/itouhiroto/opt/anaconda3/bin/libpng16-config /Users/itouhiroto/opt/anaconda3/bin/libpng-config /Users/itouhiroto/opt/anaconda3/bin/xml2-config /Users/itouhiroto/opt/anaconda3/bin/python3-config /Users/itouhiroto/opt/anaconda3/bin/curl-config /Users/itouhiroto/opt/anaconda3/bin/ncursesw6-config /Users/itouhiroto/opt/anaconda3/bin/pcre-config /Users/itouhiroto/opt/anaconda3/bin/python3.8-config コード
MySQLをインストールできるように
解決方法をご教授いただければと思います。
初学者で英語も不得意なためどなたか親切に教えていただければと、、、
もしかしたらhomebrewのインストールから間違えているかもしれません。
あなたの回答
tips
プレビュー