Answers for "command not found mysql mac"

1

bash: mysql: command not found

export PATH=$PATH:/usr/local/mysql/bin/
Posted by: Guest on April-05-2020
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 "command not found mysql mac"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language