diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-05-27 14:57:45 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-05-27 14:57:45 -0400 |
commit | d068680e1913a32eba0f5b0e1e746ac66ec638d3 (patch) | |
tree | 10ed4b25cdee14cc1449e13e2b39e7ec88544d8e /README | |
parent | b3bb8943f592de9f6936f35be49a88c641bf6da1 (diff) |
optionally use SET NAMES for utf8 to DB
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -906,6 +906,10 @@ mirror: you can set this to an array of DSNs, like the above and adding the slaves to this array. Note that if you want some requests to go to the 'database' (master) server, you'll need to include it in this array, too. +utf8: whether to talk to the database in UTF-8 mode. This is the default + with new installations, but older sites may want to turn it off + until they get their databases fixed up. See "UTF-8 database" + above for details. syslog ------ |