diff options
author | Evan Prodromou <evan@status.net> | 2009-10-01 15:11:12 -0400 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-10-01 15:11:12 -0400 |
commit | d103522ff364098ed26305b31d1cb62f87de1318 (patch) | |
tree | 2e40dc7163f60777ea7466dac1134f8f50a5e3b3 /README | |
parent | b980f5e45b613d60e968e84b304ef9db260f24c2 (diff) |
check the schema
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1037,6 +1037,14 @@ 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. +schemacheck: when to let plugins check the database schema to add + tables or update them. Values can be 'runtime' (default) + or 'script'. 'runtime' can be costly (plugins check the + schema on every hit, adding potentially several db + queries, some quite long), but not everyone knows how to + run a script. If you can, set this to 'script' and run + scripts/checkschema.php whenever you install or upgrade a + plugin. syslog ------ |