]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 195424 - Add a note about new MySQL permissions needed for Bugzilla in MySQL 4.
authorjake%bugzilla.org <>
Wed, 2 Apr 2003 11:54:06 +0000 (11:54 +0000)
committerjake%bugzilla.org <>
Wed, 2 Apr 2003 11:54:06 +0000 (11:54 +0000)
docs/sgml/installation.sgml
docs/xml/installation.xml

index 9b4518e0f4414b1446b224bed3874e751a2b220c..a6a8c003942b9650bb167164e453c851306602f8 100644 (file)
@@ -689,6 +689,12 @@ AllowOverride Limit
         </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>
index 9b4518e0f4414b1446b224bed3874e751a2b220c..a6a8c003942b9650bb167164e453c851306602f8 100644 (file)
@@ -689,6 +689,12 @@ AllowOverride Limit
         </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>