Skip to content

Package not found after installing #5227

Closed Answered by SMillerDev
vityachis asked this question in Everyday usage
Discussion options

You must be logged in to vote
mysql-client is keg-only, which means it was not symlinked into /opt/homebrew,
because it conflicts with mysql (which contains client libraries).

If you need to have mysql-client first in your PATH, run:
  echo 'export PATH="/opt/homebrew/opt/mysql-client/bin:$PATH"' >> ~/.zshrc

That's why it doesn't get added to your path by default. Only when the install warns you you need to add it to the path like this

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@vityachis
Comment options

@SMillerDev
Comment options

Answer selected by vityachis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants