Answers for "zsh command not found on my mac psql"

SQL
0

mac os zsh: command not found: mysql

vi ~/.zshrc                                 // open the zsh config and edite
export PATH=${PATH}:/usr/local/mysql/bin/   // to add these words
source ~/.zshrc                            // make it work
Posted by: Guest on July-16-2021

Code answers related to "zsh command not found on my mac psql"

Code answers related to "SQL"

Browse Popular Code Answers by Language