From 5f23f1afeeee7f8808ed4170c0cc26c4a6c5a926 Mon Sep 17 00:00:00 2001 From: "jake%bugzilla.org" Date: Wed, 2 Apr 2003 03:54:06 +0000 Subject: [PATCH] Bug 195424 - Add a note about new MySQL permissions needed for Bugzilla in MySQL 4. git-svn-id: svn://10.0.0.236/trunk@140544 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/docs/sgml/installation.sgml | 6 ++++++ mozilla/webtools/bugzilla/docs/xml/installation.xml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/mozilla/webtools/bugzilla/docs/sgml/installation.sgml b/mozilla/webtools/bugzilla/docs/sgml/installation.sgml index aac479876a7..fcb435a3e0a 100644 --- a/mozilla/webtools/bugzilla/docs/sgml/installation.sgml +++ b/mozilla/webtools/bugzilla/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/mozilla/webtools/bugzilla/docs/xml/installation.xml b/mozilla/webtools/bugzilla/docs/xml/installation.xml index aac479876a7..fcb435a3e0a 100644 --- a/mozilla/webtools/bugzilla/docs/xml/installation.xml +++ b/mozilla/webtools/bugzilla/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. + +