Conversation:
Notices
-
Evan Prodromou (evan)'s status on Thursday, 26-Apr-2012 15:12:48 EDT
Evan Prodromou
No. It was that the servers had latin1 as the default; our code uses 'SET NAMES "utf8"' on connect, but mysql-proxy doesn't pass thru to ro -
Evan Prodromou (evan)'s status on Thursday, 26-Apr-2012 15:13:12 EDT
Evan Prodromou
...read-only servers when it's load-balancing. @jacques -
Evan Prodromou (evan)'s status on Thursday, 26-Apr-2012 15:15:39 EDT
Evan Prodromou
I fixed the problem (I think) by setting utf8 as the default char set for all the servers.
-