Sha256: 0c05360e6ba6333ed8c24859ba3a826f7c6f27992ab701ccc1a3a581bed6d3d6

Contents?: true

Size: 973 Bytes

Versions: 6

Compression:

Stored size: 973 Bytes

Contents

# MySQL (default setup).  Versions 4.1 and 5.0 are recommended.
#
# Install the MySQL driver:
#   gem install mysql
# On MacOS X:
#   gem install mysql -- --include=/usr/local/lib
# On Windows:
#   gem install mysql
#       Choose the win32 build.
#       Install MySQL and put its /bin directory on your path.
#
# And be sure to use new-style password hashing:
#   http://dev.mysql.com/doc/refman/5.0/en/old-client.html
development:
  adapter: mysql
  database: rails_unittest
  username: root
  password:
  socket: /var/lib/mysql/mysql.sock

# Warning: The database defined as 'test' will be erased and
# re-generated from your development database when you run 'rake'.
# Do not set this db to the same as development or production.
test:
  adapter: mysql
  database: rails_unittest
  username: root
  password:
  socket: /var/lib/mysql/mysql.sock

production:
  adapter: mysql
  database: rails_unittest
  username: root
  password: 
  socket: /var/lib/mysql/mysql.sock

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
gettext-1.10.0-mswin32 test/rails/config/database.yml
gettext-1.10.0 test/rails/config/database.yml
gettext-1.91.0 test/rails/config/database.yml
gettext-1.92.0 test/rails/config/database.yml
gettext-1.90.0 test/rails/config/database.yml
gettext-1.93.0 test/rails/config/database.yml