# MySQL (default setup). # # 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. # # SQLite3 Database # Version 3.3.4 recommended development: adapter: sqlite3 dbfile: sql/inf102db.db test: adapter: sqlite3 dbfile: sql/inf102db.db production: adapter: sqlite3 dbfile: sql/inf102db.db # mySQL Database # Versions 4.1 and 5.0 are recommended. # development: # adapter: mysql # database: inf102db # username: crista # password: 123456 # socket: /path/to/your/mysql.sock # test: # adapter: mysql # database: inf102db # username: crista # password: 123456 # socket: /path/to/your/mysql.sock # production: # adapter: mysql # database: inf102db # username: crista # password: 123456 # socket: /path/to/your/mysql.sock