前提・実現したいこと
MacOSにおけるhomebrewとmysqlのインストールの完了
mysqlにおけるパスの設定
発生している問題・エラーメッセージ
progate という学習サイトに沿ってmysqlのインストールの準備を進めている際に謝った操作をしてしまいパスの設定の前の段階でエラーと表示されます
エラーメッセージ ```Error: mysql@5.7: no bottle available! You can try to install from source with e.g. brew install --build-from-source mysql@5.7 Please note building from source is unsupported. You will encounter build failures with some formulae. If you experience any issues please create pull requests instead of asking for help on Homebrew's GitHub, Twitter or any other official channels. Warning: You are using macOS 10.13. We (and Apple) do not provide support for this old version. You will encounter build failures with some formulae. Please create pull requests instead of asking for help on Homebrew's GitHub, Twitter or any other official channels. You are responsible for resolving any issues you experience while you are running this old version. ### 該当のソースコード brew install mysql@5.7 Updating Homebrew... ==> Auto-updated Homebrew! Updated 1 tap (homebrew/core). ==> Updated Formulae Updated 1 formula. Warning: You are using macOS 10.13. We (and Apple) do not provide support for this old version. You will encounter build failures with some formulae. Please create pull requests instead of asking for help on Homebrew's GitHub, Twitter or any other official channels. You are responsible for resolving any issues you experience while you are running this old version. Error: mysql@5.7: no bottle available! You can try to install from source with e.g. brew install --build-from-source mysql@5.7 Please note building from source is unsupported. You will encounter build failures with some formulae. If you experience any issues please create pull requests instead of asking for help on Homebrew's GitHub, Twitter or any other official channels. ここに言語名を入力 ソースコード ### 試したこと ターミナル上でインストールしたmysqlのアンインストール(完了したかどうかはわかりません) MacOSのバージョンが古い?という様な記述があったのでソフトウェアアップデートをしました ここに問題に対して試したことを記載してください。 ### 補足情報(FW/ツールのバージョンなど) ここにより詳細な情報を記載してください。 ターミナル上での操作に慣れていないため色々試しているうちに何度もインストールしてしまったのかもしれません プログラミング学習の初心者です、どなたか知識の豊富な方ご教授頂けると嬉しいです よろしくお願いします
回答1件
あなたの回答
tips
プレビュー