diff --git a/INSTALL.mysql.txt b/INSTALL.mysql.txt index 5383c72..e9013e5 100644 --- a/INSTALL.mysql.txt +++ b/INSTALL.mysql.txt @@ -20,8 +20,8 @@ initial database files. Next you must login and set the access database rights: Again, you will be asked for the 'username' database password. At the MySQL prompt, enter following command: - GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER - ON databasename.* + GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER, + CREATE TEMPORARY TABLES ON databasename.* TO 'username'@'localhost' IDENTIFIED BY 'password'; where