Skip to content

Instantly share code, notes, and snippets.

@evandertino
Created June 2, 2014 12:42
Show Gist options
  • Save evandertino/ba6174faaee48ceca050 to your computer and use it in GitHub Desktop.
Save evandertino/ba6174faaee48ceca050 to your computer and use it in GitHub Desktop.
vagrant mysql inputs
Mysql Host: 192.168.56.101 (or ip that you choose for it)
username: root (or mysql username u created)
password: **** (your mysql password)
database: optional
port: optional (unless you chose another port, defaults to 3306)
ssh host: 192.168.56.101 (or ip that you choose for this vm, like above)
ssh user: vagrant (vagrants default username)
ssh password: vagrant (vagrants default password)
ssh port: optional (unless you chose another)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment