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/02/02 22:25:29 UTC

svn commit: r938720 - in /websites/staging/vcl/trunk/content: ./ docs/installphpMyAdminVCL.html

Author: buildbot
Date: Mon Feb  2 21:25:29 2015
New Revision: 938720

Log:
Staging update by buildbot for vcl

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

Propchange: websites/staging/vcl/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Feb  2 21:25:29 2015
@@ -1 +1 @@
-1656576
+1656584

Modified: websites/staging/vcl/trunk/content/docs/installphpMyAdminVCL.html
==============================================================================
--- websites/staging/vcl/trunk/content/docs/installphpMyAdminVCL.html (original)
+++ websites/staging/vcl/trunk/content/docs/installphpMyAdminVCL.html Mon Feb  2 21:25:29 2015
@@ -81,7 +81,7 @@ the VCL web server.
 <ol>
 <li>
 <p>Install via yum package manager ( CentOS and RedHat based distributions ). Tested on clean installs of OS versions 6 and 7</p>
-<p>a. phpMyAdmin is located in the extras repository use, can use epel-release package to add this repo</p>
+<p>a. phpMyAdmin is in the extras repository, use epel-release package to add this repo</p>
 <div class="codehilite"><pre><span class="n">yum</span> <span class="o">-</span><span class="n">y</span> <span class="n">install</span> <span class="n">epel</span><span class="o">-</span><span class="n">release</span>
 </pre></div>
 
@@ -108,10 +108,10 @@ the VCL web server.
 <li>
 <p>Follow the latest setup instructions at <a href="http://docs.phpmyadmin.net">http://docs.phpmyadmin.net</a>
     <pre class="docnote"></p>
-<p>The "Securing your phpMyAdmin installation" instructions must be followed 
-in order to secure phpMyAdmin. At a minimum set the MySQL user and password 
+<p>The "Securing your phpMyAdmin installation" instructions can be followed 
+to secure phpMyAdmin. At a minimum set the MySQL user and password 
 in the config.inc.php file
-Edit the /etc/phpMyAdmin/config.inc.php and set the follow variables to match 
+Edit the /etc/phpMyAdmin/config.inc.php and set the user and password variables to match 
 the LockerWrtUser(typically vcluser) and wrtPass from /etc/vcl/vcld.conf</p>
 <p>$cfg['Servers'][$i]['user']          = 'vcluser';<br />
 $cfg['Servers'][$i]['password']      = '';  //Use wrtPass from /etc/vcl/vcld.conf