Displaying 1 result from an estimated 1 matches for "mydb_production".
2007 Sep 21
1
mysql-proxy vs. acts_as_readonlyable vs. ?
...is "no handler for COM_CONNECT" grr
With acts_as_readonlyable, I''m getting: "No db config entry defined for
read_only"
Here''s my config/database.yml (some names changed to protect the innocent):
production:
database: master_db
adapter: mysql
database: mydb_production
username: myusr
password: *******
host: *.*.*.96
encoding: utf8
read_only:
database: read_only
adapter: mysql
database: mydb_production
username: myusr
password: ************
host: *.*.*.192
encoding: utf8
--~--~---------~--~----~------------~-------~--~----~
You received t...