summaryrefslogtreecommitdiff
path: root/INSTALL.mysql.txt
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2012-01-21 09:55:50 -0800
committerwebchick <webchick@24967.no-reply.drupal.org>2012-01-21 09:55:50 -0800
commitab4c445692912b68b949f84cbfd5786244f9cbd7 (patch)
tree13a62f17491908290b667b33ade50ab161d64453 /INSTALL.mysql.txt
parent2797acb9525d197725af01e7bca32df32cba8566 (diff)
downloadbrdo-ab4c445692912b68b949f84cbfd5786244f9cbd7.tar.gz
brdo-ab4c445692912b68b949f84cbfd5786244f9cbd7.tar.bz2
Issue #1399334 by ArtistConk: Two small grammar fixes.
Diffstat (limited to 'INSTALL.mysql.txt')
-rw-r--r--INSTALL.mysql.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.mysql.txt b/INSTALL.mysql.txt
index a7c292e31..bee581108 100644
--- a/INSTALL.mysql.txt
+++ b/INSTALL.mysql.txt
@@ -18,7 +18,7 @@ initial database files. Next you must log in and set the access database rights:
mysql -u username -p
Again, you will be asked for the 'username' database password. At the MySQL
-prompt, enter following command:
+prompt, enter the following command:
GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER
ON databasename.*