From d071f99172555f680fb4e497f0b5124a3be687ba Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 17 Apr 2006 20:48:26 +0000 Subject: - Removing trailing whitespace. --- INSTALL.mysql.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'INSTALL.mysql.txt') diff --git a/INSTALL.mysql.txt b/INSTALL.mysql.txt index 44e809f19..98f76a062 100644 --- a/INSTALL.mysql.txt +++ b/INSTALL.mysql.txt @@ -41,9 +41,9 @@ INSTALLATION AND CONFIGURATION Again, you will be asked for the 'dba_user' database password. At the MySQL prompt, enter following command: - GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, - ALTER, CREATE TEMPORARY TABLES, LOCK TABLES - ON databasename.* + GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, + ALTER, CREATE TEMPORARY TABLES, LOCK TABLES + ON databasename.* TO 'username'@'localhost' IDENTIFIED BY 'password'; where @@ -82,4 +82,4 @@ INSTALLATION AND CONFIGURATION for MySQL 4.1 or higher: mysql -u username -p databasename < database/database.4.1.mysql - + -- cgit v1.2.3