From: jake%bugzilla.org <> Date: Fri, 4 Apr 2008 11:46:29 +0000 (+0000) Subject: Bug 195424 - Add a note about new MySQL permissions needed for Bugzilla in MySQL 4. X-Git-Tag: bugzilla-3.1.3~212 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43ea4b7e440fdd87fdb33abb22d2e58782f283e6;p=thirdparty%2Fbugzilla.git Bug 195424 - Add a note about new MySQL permissions needed for Bugzilla in MySQL 4. --- diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index aac479876a..fcb435a3e0 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -606,6 +606,12 @@ + + + If you are using MySQL 4, the bugs user also needs to be granted + the LOCK TABLES and CREATE TEMPORARY TABLES permissions. + +