SOURCES (DEVEL): drupal-mysql.patch (NEW) - added

glen glen at pld-linux.org
Sat Apr 22 21:57:27 CEST 2006


Author: glen                         Date: Sat Apr 22 19:57:27 2006 GMT
Module: SOURCES                       Tag: DEVEL
---- Log message:
- added

---- Files affected:
SOURCES:
   drupal-mysql.patch (NONE -> 1.1.2.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/drupal-mysql.patch
diff -u /dev/null SOURCES/drupal-mysql.patch:1.1.2.1
--- /dev/null	Sat Apr 22 21:57:27 2006
+++ SOURCES/drupal-mysql.patch	Sat Apr 22 21:57:22 2006
@@ -0,0 +1,16 @@
+--- drupal-4.7.0-beta2/INSTALL.mysql.txt	2005-12-16 15:23:27.000000000 +0200
++++ /tmp/INSTALL.mysql.txt	2005-12-30 18:44:34.000000000 +0200
+@@ -41,8 +41,11 @@
+    Again, you will be asked for the 'dba_user' database password.
+    At the MySQL prompt, enter following command:
+ 
+-     GRANT ALL PRIVILEGES ON databasename.*
+-        TO username at localhost IDENTIFIED BY 'password';
++     GRANT SELECT, INSERT, UPDATE, DELETE ON databasename.* TO 'username'@'localhost'
++        IDENTIFIED BY 'password';
++
++   And when using MySQL >= 4.1, You'll need to grant TEMPORARY TABLES privilege:
++     GRANT CREATE TEMPORARY TABLES, LOCK TABLES ON *.* TO 'username'@'localhost';
+ 
+    where
+ 
================================================================


More information about the pld-cvs-commit mailing list