1 # MySQL (default setup). Versions 4.1 and 5.0 are recommended.
3 # Install the MySQL driver:
6 # sudo gem install mysql -- --with-mysql-dir=/usr/local/mysql
9 # Choose the win32 build.
10 # Install MySQL and put its /bin directory on your path.
12 # And be sure to use new-style password hashing:
13 # http://dev.mysql.com/doc/refman/5.0/en/old-client.html
17 database: empty_app_development
20 socket: /var/run/mysqld/mysqld.sock
22 # Warning: The database defined as 'test' will be erased and
23 # re-generated from your development database when you run 'rake'.
24 # Do not set this db to the same as development or production.
28 database: empty_app_test
31 socket: /var/run/mysqld/mysqld.sock
36 database: empty_app_production
39 socket: /var/run/mysqld/mysqld.sock