summaryrefslogtreecommitdiff
path: root/INSTALL.mysql.txt
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.mysql.txt')
-rw-r--r--INSTALL.mysql.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/INSTALL.mysql.txt b/INSTALL.mysql.txt
index 781e7b26f..ae50ebb40 100644
--- a/INSTALL.mysql.txt
+++ b/INSTALL.mysql.txt
@@ -21,8 +21,7 @@ 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, CREATE
- TEMPORARY TABLES, LOCK TABLES
+ GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER
ON databasename.*
TO 'username'@'localhost' IDENTIFIED BY 'password';