You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by fa...@apache.org on 2012/12/12 17:02:33 UTC

svn commit: r1420796 - /vcl/site/trunk/content/docs/VCL231InstallGuide.mdtext

Author: fapeeler
Date: Wed Dec 12 16:02:32 2012
New Revision: 1420796

URL: http://svn.apache.org/viewvc?rev=1420796&view=rev
Log:
CMS commit to vcl by fapeeler

Modified:
    vcl/site/trunk/content/docs/VCL231InstallGuide.mdtext

Modified: vcl/site/trunk/content/docs/VCL231InstallGuide.mdtext
URL: http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/VCL231InstallGuide.mdtext?rev=1420796&r1=1420795&r2=1420796&view=diff
==============================================================================
--- vcl/site/trunk/content/docs/VCL231InstallGuide.mdtext (original)
+++ vcl/site/trunk/content/docs/VCL231InstallGuide.mdtext Wed Dec 12 16:02:32 2012
@@ -70,7 +70,7 @@ your iptables config and restart iptable
     * Create a user with SELECT, INSERT, UPDATE, DELETE, and CREATE TEMPORARY TABLES privileges on the database you just created:
         
             :::MySqlLexer
-            GRANT SELECT,INSERT,UPDATE,DELETE,CREATE TEMPORARY TABLES ON vcl.* TO '**vcluser**'@'localhost' IDENTIFIED BY '**vcluserpassword**';
+            GRANT SELECT,INSERT,UPDATE,DELETE,CREATE TEMPORARY TABLES ON vcl.* TO 'vcluser'@'localhost' IDENTIFIED BY 'vcluserpassword';
 
     * Exit the MySQL command-line client