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

svn commit: r938112 - in /websites/staging/vcl/trunk/content: ./ docs/VCL24InstallGuide.html

Author: buildbot
Date: Wed Jan 28 21:54:45 2015
New Revision: 938112

Log:
Staging update by buildbot for vcl

Modified:
    websites/staging/vcl/trunk/content/   (props changed)
    websites/staging/vcl/trunk/content/docs/VCL24InstallGuide.html

Propchange: websites/staging/vcl/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jan 28 21:54:45 2015
@@ -1 +1 @@
-1655479
+1655480

Modified: websites/staging/vcl/trunk/content/docs/VCL24InstallGuide.html
==============================================================================
--- websites/staging/vcl/trunk/content/docs/VCL24InstallGuide.html (original)
+++ websites/staging/vcl/trunk/content/docs/VCL24InstallGuide.html Wed Jan 28 21:54:45 2015
@@ -245,7 +245,7 @@ Add the following rules and reload the r
 </li>
 <li>
 <p>Create a user with SELECT, INSERT, UPDATE, DELETE, and CREATE TEMPORARY TABLES 
-privileges on the database you just created:</p>
+privileges on the database you just created (<strong>NOTE</strong> Use your own password**):</p>
 <div class="codehilite"><pre><span class="n">GRANT</span> <span class="n">SELECT</span><span class="p">,</span><span class="n">INSERT</span><span class="p">,</span><span class="n">UPDATE</span><span class="p">,</span><span class="n">DELETE</span><span class="p">,</span><span class="n">CREATE</span> <span class="n">TEMPORARY</span> <span class="n">TABLES</span> <span class="n">ON</span> <span class="n">vcl</span><span class="o">.*</span> <span class="n">TO</span> <span class="s">&#39;vcluser&#39;</span><span class="p">@</span><span class="s">&#39;localhost&#39;</span> <span class="n">IDENTIFIED</span> <span class="n">BY</span> <span class="s">&#39;vcluserpassword&#39;</span><span class="p">;</span>
 </pre></div>