Skip to content

Instantly share code, notes, and snippets.

@ricardoaugusto
Last active December 10, 2019 19:38
Show Gist options
  • Save ricardoaugusto/9e63328f71b95e6371bc46dcbfe15c95 to your computer and use it in GitHub Desktop.
Save ricardoaugusto/9e63328f71b95e6371bc46dcbfe15c95 to your computer and use it in GitHub Desktop.
Link mysqldump on macOS Catalina (requires MySQL Workbench)
ln -s /Applications/MySQLWorkbench.app/Contents/MacOS/mysql /usr/local/bin/mysql
ln -s /Applications/MySQLWorkbench.app/Contents/MacOS/mysqldump /usr/local/bin/mysqldump
@ricardoaugusto
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment