1 May 2009, 8:29pm
Ruby on Rails: configuration MySQL production Rails yml
by bseanvt

leave a comment
Ruby on Rails: configuration MySQL production Rails yml
by bseanvt
leave a comment
Sample Rails Database Config for MySQL
Sample Ruby on Rails database config file for connecting to mysql.
production: adapter: mysql encoding: utf8 reconnect: false database: db_production pool: 5 username: db_user password: db_password #socket: /tmp/mysql.sock #this may vary


