Author: jfthomps
Date: Wed Jan 28 21:54:40 2015
New Revision: 1655480
URL: http://svn.apache.org/r1655480
Log:
CMS commit to vcl by jfthomps
Modified:
vcl/site/trunk/content/docs/VCL24InstallGuide.mdtext
Modified: vcl/site/trunk/content/docs/VCL24InstallGuide.mdtext
URL:
http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/VCL24InstallGuide.mdtext?rev=1655480&r1=1655479&r2=1655480&view=diff
==============================================================================
--- vcl/site/trunk/content/docs/VCL24InstallGuide.mdtext (original)
+++ vcl/site/trunk/content/docs/VCL24InstallGuide.mdtext Wed Jan 28 21:54:40
2015
@@ -158,7 +158,7 @@ Add the following rules and reload the r
CREATE DATABASE vcl;
* Create a user with SELECT, INSERT, UPDATE, DELETE, and CREATE TEMPORARY
TABLES
-privileges on the database you just created:
+privileges on the database you just created (**NOTE** Use your own password**):
:::MySqlLexer
GRANT SELECT,INSERT,UPDATE,DELETE,CREATE TEMPORARY TABLES ON vcl.*
TO 'vcluser'@'localhost' IDENTIFIED BY 'vcluserpassword';