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

svn commit: r1656584 - /vcl/site/trunk/content/docs/installphpMyAdminVCL.mdtext

Author: fapeeler
Date: Mon Feb  2 21:25:24 2015
New Revision: 1656584

URL: http://svn.apache.org/r1656584
Log:
CMS commit to vcl by fapeeler

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

Modified: vcl/site/trunk/content/docs/installphpMyAdminVCL.mdtext
URL: http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/installphpMyAdminVCL.mdtext?rev=1656584&r1=1656583&r2=1656584&view=diff
==============================================================================
--- vcl/site/trunk/content/docs/installphpMyAdminVCL.mdtext (original)
+++ vcl/site/trunk/content/docs/installphpMyAdminVCL.mdtext Mon Feb  2 21:25:24 2015
@@ -24,7 +24,7 @@ the VCL web server.
 
 1. Install via yum package manager ( CentOS and RedHat based distributions ). Tested on clean installs of OS versions 6 and 7
 
-    a. phpMyAdmin is located in the extras repository use, can use epel-release package to add this repo
+    a. phpMyAdmin is in the extras repository, use epel-release package to add this repo
 
         :::BashLexer
         yum -y install epel-release 
@@ -51,10 +51,10 @@ the VCL web server.
 * Follow the latest setup instructions at [http://docs.phpmyadmin.net][1]
     <pre class="docnote">
 
-    The "Securing your phpMyAdmin installation" instructions must be followed 
-    in order to secure phpMyAdmin. At a minimum set the MySQL user and password 
+    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
 
     $cfg['Servers'][$i]['user']          = 'vcluser';