Last active
February 13, 2018 10:50
-
-
Save BKeanu1989/44a4af21e52e7d1bb2bcb88b53508b00 to your computer and use it in GitHub Desktop.
This file contains 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/MAMP/tmp/mysql/mysql.sock /tmp/mysql.sock | |
/Applications/MAMP/Library/bin/mysql | |
/usr/local/mysql/bin/mysql -u {username} -p {databasename} < file_name.sql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment