Skip to content

Instantly share code, notes, and snippets.

@t-cyrill
Created July 2, 2014 04:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save t-cyrill/907a34a46c91f011c51c to your computer and use it in GitHub Desktop.
Save t-cyrill/907a34a46c91f011c51c to your computer and use it in GitHub Desktop.
mysql2 database.yml
development:
database: mysql_development
adapter: mysql2
username: mysql_user
password: mysql_pass
host: 127.0.0.1
port: 3306
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment