Author: buildbot
Date: Tue Feb 3 17:40:04 2015
New Revision: 938826
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 Tue Feb 3 17:40:04 2015
@@ -1 +1 @@
-1656585
+1656843
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 Tue Feb
3 17:40:04 2015
@@ -73,14 +73,14 @@
<div id="content">
<h1 class="title">phpMyAdmin Installation & Configuration</h1>
<div class="docnote">
-phpMyAdmin is a free and optional tool which allows MySQL to be administered
using a web
+phpMyAdmin is a free and optional tool which allows MySQL or MariaDB to be
administered using a web
browser. It makes administering the VCL database easier. This tool can be
installed on
the VCL web server.
</div>
<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>Install phpMyAdmin via the yum package manager. Tested on clean installs of
CentOS, Red Hat versions 6 and 7</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>