Displaying 1 result from an estimated 1 matches for "temp_test".
Did you mean:
  temp_dest
  
2009 May 26
3
ruby and MySql
...et: /tmp/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
  encoding: utf8
  database: temp_test
  username: root
  password:
  socket: /tmp/mysql.sock
production:
  adapter: mysql
  encoding: utf8
  database: temp_production
  username: root
  password:
  socket: /tmp/mysql.sock
Many thanks in advance
Glorifindal
-- 
Posted via http://www.ruby-forum.com/.