Author: jfthomps
Date: Wed Jan 28 21:55:30 2015
New Revision: 1655481

URL: http://svn.apache.org/r1655481
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=1655481&r1=1655480&r2=1655481&view=diff
==============================================================================
--- vcl/site/trunk/content/docs/VCL24InstallGuide.mdtext (original)
+++ vcl/site/trunk/content/docs/VCL24InstallGuide.mdtext Wed Jan 28 21:55:30 
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 (**NOTE** Use your own password**):
+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';


Reply via email to