summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-05-27 14:57:45 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-05-27 14:57:45 -0400
commitd068680e1913a32eba0f5b0e1e746ac66ec638d3 (patch)
tree10ed4b25cdee14cc1449e13e2b39e7ec88544d8e /README
parentb3bb8943f592de9f6936f35be49a88c641bf6da1 (diff)
optionally use SET NAMES for utf8 to DB
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 7b2dcacc5..c23d4e464 100644
--- a/README
+++ b/README
@@ -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
------