Last active
December 10, 2019 19:38
-
-
Save ricardoaugusto/9e63328f71b95e6371bc46dcbfe15c95 to your computer and use it in GitHub Desktop.
Link mysqldump on macOS Catalina (requires MySQL Workbench)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ln -s /Applications/MySQLWorkbench.app/Contents/MacOS/mysql /usr/local/bin/mysql | |
ln -s /Applications/MySQLWorkbench.app/Contents/MacOS/mysqldump /usr/local/bin/mysqldump |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Source: https://gist.github.com/handerson/2217860#gistcomment-2342055