質問をすることでしか得られない、回答やアドバイスがある。

15分調べてもわからないことは、質問しよう!

新規登録して質問してみよう
ただいま回答率
85.46%
MySQL

MySQL(マイエスキューエル)は、TCX DataKonsultAB社などが開発するRDBMS(リレーショナルデータベースの管理システム)です。世界で最も人気の高いシステムで、オープンソースで開発されています。MySQLデータベースサーバは、高速性と信頼性があり、Linux、UNIX、Windowsなどの複数のプラットフォームで動作することができます。

MacOS(OSX)

MacOSとは、Appleの開発していたGUI(グラフィカルユーザーインターフェース)を採用したオペレーションシステム(OS)です。Macintoshと共に、市場に出てGUIの普及に大きく貢献しました。

Q&A

0回答

837閲覧

MySQLをインストールするとエラーが起こる

HiroCEO

総合スコア26

MySQL

MySQL(マイエスキューエル)は、TCX DataKonsultAB社などが開発するRDBMS(リレーショナルデータベースの管理システム)です。世界で最も人気の高いシステムで、オープンソースで開発されています。MySQLデータベースサーバは、高速性と信頼性があり、Linux、UNIX、Windowsなどの複数のプラットフォームで動作することができます。

MacOS(OSX)

MacOSとは、Appleの開発していたGUI(グラフィカルユーザーインターフェース)を採用したオペレーションシステム(OS)です。Macintoshと共に、市場に出てGUIの普及に大きく貢献しました。

0グッド

0クリップ

投稿2021/12/14 04:21

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のインストールから間違えているかもしれません。

気になる質問をクリップする

クリップした質問は、後からいつでもMYページで確認できます。

またクリップした質問に回答があった際、通知やメールを受け取ることができます。

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

skys215

2021/12/14 07:34

brew update は行いましたか?
HiroCEO

2021/12/14 07:39

お返事ありがとうございます。 はい。させていただいてますが、何度実行しても"Already up-to-date."としか出てきませんでした。
hoshi-takanori

2021/12/14 07:55

brew doctor の結果は tap (brew パッケージのデータベース) が壊れてると言ってるので、以下のコマンドを実行すれば良いのでは。 rm -rf "/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core" brew tap homebrew/core
HiroCEO

2021/12/14 08:12

お返事大変ありがとうございます。 おっしゃる通りに実行した結果、My SQLをインストールすることができました。本当にありがとうございます。かなり悩んでいたので大変助かりました。  ちなみに、もう一つのWarning "config" scripts~~は特に気にしなくても大丈夫なのでしょうか?
hoshi-takanori

2021/12/14 08:25

そっちは anaconda と brew で入れた python が衝突する可能性があるってことですが、まぁ大丈夫だと思います。 (brew doctor の出力、無駄に多かったり大事なものがどれだか分からなかったりしますね…。)
guest

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

まだ回答がついていません

会員登録して回答してみよう

アカウントをお持ちの方は

15分調べてもわからないことは
teratailで質問しよう!

ただいまの回答率
85.46%

質問をまとめることで
思考を整理して素早く解決

テンプレート機能で
簡単に質問をまとめる

質問する

関連した質問