From: jake%bugzilla.org <>
Date: Wed, 2 Apr 2003 11:54:06 +0000 (+0000)
Subject: Bug 195424 - Add a note about new MySQL permissions needed for Bugzilla in MySQL 4.
X-Git-Tag: bugzilla-2.16.3~14
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c5d01f4e19de084c0c7783da3ed6c8558bf501a;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 9b4518e0f4..a6a8c00394 100644
--- a/docs/sgml/installation.sgml
+++ b/docs/sgml/installation.sgml
@@ -689,6 +689,12 @@ AllowOverride Limit
+
+
+ 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 9b4518e0f4..a6a8c00394 100644
--- a/docs/xml/installation.xml
+++ b/docs/xml/installation.xml
@@ -689,6 +689,12 @@ AllowOverride Limit
+
+
+ If you are using MySQL 4, the bugs user also needs to be granted
+ the LOCK TABLES and CREATE TEMPORARY TABLES permissions.
+
+