diff --git a/core/INSTALL.mysql.txt b/core/INSTALL.mysql.txt
index bee5811..6bfe063 100644
--- a/core/INSTALL.mysql.txt
+++ b/core/INSTALL.mysql.txt
@@ -21,13 +21,14 @@ Again, you will be asked for the 'username' database password. At the MySQL
 prompt, enter the following command:
 
   GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER
-  ON databasename.*
+  , CREATE TEMPORARY TABLES ON databasename.*
   TO 'username'@'localhost' IDENTIFIED BY 'password';
 
 where
 
  'databasename' is the name of your database
- 'username@localhost' is the username of your MySQL account
+ 'username' is the username of your MySQL account
+ 'localhost' is the host where Drupal is installed
  'password' is the password required for that username
 
 Note: Unless your database user has all of the privileges listed above, you will
