You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2015/01/28 22:55:31 UTC

svn commit: r1655481 - /vcl/site/trunk/content/docs/VCL24InstallGuide.mdtext

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';