--- INSTALL.mysql.txt	2006-07-26 19:34:22.000000000 +0000
+++ INSTALL.mysql.txt.new	2006-07-26 19:37:38.000000000 +0000
@@ -1,4 +1,4 @@
-// $Id: INSTALL.mysql.txt,v 1.6 2006/04/17 20:48:25 dries Exp $
+// $Id: INSTALL.mysql.txt,v 1.6.1 2006/07/21 23:16:01 $
 
 CONTENTS OF THIS FILE
 ---------------------
@@ -55,6 +55,11 @@
    Note: Unless your database user has all of the privileges listed
    above, you will not be able to run Drupal.
 
+   Note2: For MySQL < 4.0.2, it will be necessary to use the following:
+    GRANT ALL PRIVILEGES
+    ON databasename.*
+    TO 'username'@'localhost' IDENTIFIED BY 'password';
+
    If successful, MySQL will reply with:
 
      Query OK, 0 rows affected
