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 21:12:24 UTC

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

Author: fapeeler
Date: Mon Feb  2 20:12:24 2015
New Revision: 1656558

URL: http://svn.apache.org/r1656558
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=1656558&r1=1656557&r2=1656558&view=diff
==============================================================================
--- vcl/site/trunk/content/docs/installphpMyAdminVCL.mdtext (original)
+++ vcl/site/trunk/content/docs/installphpMyAdminVCL.mdtext Mon Feb  2 20:12:24 2015
@@ -51,12 +51,11 @@ 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 in the config.inc.php file
-    Edit the /etc/phpMyAdmin/config.inc.php
-    
-    Set the follow variables to match the LockerWrtUser(typically vcluser) 
-    and wrtPass from /etc/vcl/vcld.conf
+    in order 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 
+    the LockerWrtUser(typically vcluser) and wrtPass from /etc/vcl/vcld.conf
+
     $cfg['Servers'][$i]['user']          = 'vcluser';  
     $cfg['Servers'][$i]['password']      = ''; 
     </pre>