From: jake%bugzilla.org <>
Date: Wed, 2 Apr 2003 11:53:52 +0000 (+0000)
Subject: Bug 195424 - Add a note about new MySQL permissions needed for Bugzilla in MySQL 4.
X-Git-Tag: bugzilla-2.17.4~23
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=747eb2ddd7febfa0e33ccf3797bf48db0defafcc;p=thirdparty%2Fbugzilla.git
Bug 195424 - Add a note about new MySQL permissions needed for Bugzilla in MySQL 4.
---
diff --git a/docs/sgml/installation.sgml b/docs/sgml/installation.sgml
index aac479876a..fcb435a3e0 100644
--- a/docs/sgml/installation.sgml
+++ b/docs/sgml/installation.sgml
@@ -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.
+
+
diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml
index aac479876a..fcb435a3e0 100644
--- a/docs/xml/installation.xml
+++ b/docs/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.
+
+