Installing MySQL Shell on macOS
install MySQLWorkbench, then
export PATH=$PATH:/Applications/MySQLWorkbench.app/Contents/MacOS
Add the line in this answer to ~/.bash_profile and then run source ~/.bash_profile or load a new instance of terminal
install MySQLWorkbench, then
export PATH=$PATH:/Applications/MySQLWorkbench.app/Contents/MacOS
Add the line in this answer to ~/.bash_profile and then run source ~/.bash_profile or load a new instance of terminal
Comments
Post a Comment