diff options
author | jake%bugzilla.org <> | 2008-04-04 13:46:29 +0200 |
---|---|---|
committer | jake%bugzilla.org <> | 2008-04-04 13:46:29 +0200 |
commit | 43ea4b7e440fdd87fdb33abb22d2e58782f283e6 (patch) | |
tree | c61c584100ad99300f5b1036b3d224e2bab214ff /docs/en | |
parent | 02c7c4fc8d3296c29930f670e429507a4610fbca (diff) | |
download | bugzilla-43ea4b7e440fdd87fdb33abb22d2e58782f283e6.tar.gz bugzilla-43ea4b7e440fdd87fdb33abb22d2e58782f283e6.tar.xz |
Bug 195424 - Add a note about new MySQL permissions needed for Bugzilla in MySQL 4.
Diffstat (limited to 'docs/en')
-rw-r--r-- | docs/en/xml/installation.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index aac479876..fcb435a3e 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -606,6 +606,12 @@ </member> </simplelist> </para> + + <note> + <para>If you are using MySQL 4, the bugs user also needs to be granted + the LOCK TABLES and CREATE TEMPORARY TABLES permissions. + </para> + </note> </section> <section> |