Answers for "mamp mysql command not found"

SQL
0

zsh: command not found: mysql mamp

Add mysql path to executable path
# echo 'export
PATH=$PATH:/Applications/MAMP/Library/bin' >> ~/.bash_profile
Posted by: Guest on September-02-2020

Code answers related to "mamp mysql command not found"

Code answers related to "SQL"

Browse Popular Code Answers by Language