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
8 # sudo env ARCHFLAGS="-arch i386" gem install mysql -- --with-mysql-config=/usr/local/mysql/bin/mysql_config
9 # This sets the ARCHFLAGS environment variable to your native architecture
12 # Choose the win32 build.
13 # Install MySQL and put its /bin directory on your path.
15 # And be sure to use new-style password hashing:
16 # http://dev.mysql.com/doc/refman/5.0/en/old-client.html
20 database: rails-skeleton_development
23 socket: /var/run/mysqld/mysqld.sock
25 # Warning: The database defined as 'test' will be erased and
26 # re-generated from your development database when you run 'rake'.
27 # Do not set this db to the same as development or production.
31 database: rails-skeleton_test
34 socket: /var/run/mysqld/mysqld.sock
39 database: rails-skeleton_production
42 socket: /var/run/mysqld/mysqld.sock