初心者なのでおそらくしょうもない原因だと思います。
環境
macOS High Sierra Ver. 10.13.6
MAMP Ver. 5.7
MySQL Ver. 5.7.26
質問
MySQLを勉強中です。
homebrewからインストールしたつもりのMySQLを確認しようとしたところ、途中からパスが通らなくなりました。
この原因と解決方法を教えていただけますか。
調べたところ、MySQL8.0.23がインストールされていると理解しましたが、
バージョン確認を実行できませんでした。
$ brew info mysql mysql: stable 8.0.23 Open source relational database management system https://dev.mysql.com/doc/refman/8.0/en/ Conflicts with: mariadb (because mysql, mariadb, and percona install the same binaries) percona-server (because mysql, mariadb, and percona install the same binaries) Not installed (省略)
$ mysql --version -bash: mysql: command not found
気になったのは、brew search mysqlではmysql@5.6や5.7が出てきたのですが、
こちらのバージョンにした方が良かったのでしょうか?
$ brew search mysql ==> Formulae automysqlbackup mysql++ mysql-client@5.7 mysql-sandbox mysql@5.6 mysqltuner mysql mysql-client mysql-connector-c++ mysql-search-replace mysql@5.7 ==> Casks #(省略)
追記
返信を頂いた後に確認しました。
brewでは入れてなかったようです! brew lsを入れたところ、次のように表示されました。
gdbm go openssl@1.1 pkg-config protobuf python@3.9 readline sqlite tcl-tk tree xz```
brew install mysql@5.7としたところ、
==> Auto-updated Homebrew! Updated 1 tap (homebrew/core). ==> Updated Formulae Updated 2 formulae. 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: 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.
macOSを最新にしたばかりなのですが、High Sierra10.13では古すぎるということでしょうか?
回答1件
あなたの回答
tips
プレビュー