From 2c5d01f4e19de084c0c7783da3ed6c8558bf501a Mon Sep 17 00:00:00 2001
From: "jake%bugzilla.org" <>
Date: Wed, 2 Apr 2003 11:54:06 +0000
Subject: [PATCH] Bug 195424 - Add a note about new MySQL permissions needed
for Bugzilla in MySQL 4.
---
docs/sgml/installation.sgml | 6 ++++++
docs/xml/installation.xml | 6 ++++++
2 files changed, 12 insertions(+)
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.
+
+