Displaying 1 result from an estimated 1 matches for "com_connect".
Did you mean:
cli_connect
2007 Sep 21
1
mysql-proxy vs. acts_as_readonlyable vs. ?
...mpler, puts the db redirection
(kinda) where it should be, at the (kinda) db layer of the architecture.
Has anyone used both? That person would have great authority...
With mysql-proxy, I''m getting no reads on the readonly slave, only message
I''m getting 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...