Skip to content

Instantly share code, notes, and snippets.

@mohnish
Last active February 18, 2017 07:21
Show Gist options
  • Save mohnish/8186849 to your computer and use it in GitHub Desktop.
Save mohnish/8186849 to your computer and use it in GitHub Desktop.
Skip name resolution to speed up MySQL in Vagrant
# 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