Last active
February 18, 2017 07:21
-
-
Save mohnish/8186849 to your computer and use it in GitHub Desktop.
Skip name resolution to speed up MySQL in Vagrant
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
# Update `/etc/my.cnf` file to add these two lines | |
[mysqld] | |
# | |
# * Basic Settings | |
# | |
skip-external-locking | |
skip-name-resolve |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment