turtle-to-turtle
@turtle-to-turtle

Are you sure you want to delete the question?

Leaving a resolved question undeleted may help others!

homebrewでインストールしたmysqlの状況が確認したいです。

解決したいこと

homebrewでインストールしたmysqlの状況が確認したいです。

homebrewで、mysqlをインストールして使用したいと思っておりますが
インストールはできているようですが、「command not found: mysql」と表示され
mysqlが使用できません。

解決方法を教えてください。

発生している問題・エラー

~ % brew install mysql@5.7
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/core).
==> Updated Formulae
Updated 1 formula.

Warning: mysql@5.7 5.7.32 is already installed and up-to-date.
To reinstall 5.7.32, run:
  brew reinstall mysql@5.7

~ % brew list
mysql@5.7   openssl@1.1

~ % mysql --version
zsh: command not found: mysql

該当するソースコード

例)

自分で試したこと

homebrewによる再インストールは行いました。

0

1Answer

Your answer might help someone💌