Mysql

How to add MySQL to $PATH variable to resolve “mysql: command not found”?

Pinterest LinkedIn Tumblr

Step 1: nano ~/.zshrc

Step 2: Add below link

export PATH=${PATH}:/Applications/MAMP/Library/bin

Step 3: source ~/.zshrc

Write A Comment