brew でmysql@5.7をインストールするも、5.6から切り替えが上手くいきません
下記のコマンドを打ってみると、mysql@5.7を見ているようなのですが、
$ which mysql /usr/local/opt/mysql@5.7/bin/mysql
mysqlコマンドを打ってみると
➜ ~ mysql Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 12 Server version: 5.6.50 Homebrew
/usr/local/opt/mysql@5.7/bin/mysql
このコマンドを打っても 5.6を見に行ってしまいます。。
➜ ~ /usr/local/opt/mysql@5.7/bin/mysql Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 19 Server version: 5.6.50 Homebrew Copyright (c) 2000, 2021, Oracle and/or its affiliates. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql>
どなたかご教示をいただけないでしょうか?