You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2012/12/10 20:00:23 UTC

svn commit: r1419667 - /vcl/site/trunk/content/docs/installphpmyadmin.mdtext

Author: jfthomps
Date: Mon Dec 10 19:00:22 2012
New Revision: 1419667

URL: http://svn.apache.org/viewvc?rev=1419667&view=rev
Log:
CMS commit to vcl by jfthomps

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

Modified: vcl/site/trunk/content/docs/installphpmyadmin.mdtext
URL: http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/installphpmyadmin.mdtext?rev=1419667&r1=1419666&r2=1419667&view=diff
==============================================================================
--- vcl/site/trunk/content/docs/installphpmyadmin.mdtext (original)
+++ vcl/site/trunk/content/docs/installphpmyadmin.mdtext Mon Dec 10 19:00:22 2012
@@ -1,4 +1,4 @@
-Title: phpMyAdmin Installation & Configuration
+Title: phpMyAdmin Installation & Configuration
 Notice:    Licensed to the Apache Software Foundation (ASF) under one
            or more contributor license agreements.  See the NOTICE file
            distributed with this work for additional information
@@ -25,7 +25,7 @@ the VCL web server.
 1. Download phpMyAdmin
 
     a. Check the version of PHP installed on the web server (you may need to perform step 
-1a of VCL 2.3 Web Code Installation to install httpd and php first):
+1a of [VCL 2.3.1 Web Code Installation][1] to install httpd and php first):
 
             :::BashLexer
             php -v
@@ -39,8 +39,10 @@ the VCL web server.
     </pre>
 
     b. Download the appropriate version of phpMyAdmin from:
-        http://www.phpmyadmin.net/home_page/downloads.php for 3.x series
-        http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/ for 2.x series
+        <pre>
+        [http://www.phpmyadmin.net/home_page/downloads.php][2] for 3.x series
+        [http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/][3] for 2.x series
+        </pre>
 
 * Extract the phpMyAdmin package:
 
@@ -74,4 +76,9 @@ information to be displayed when you hov
     Import the SQL file into the phpmyadmin database:
 
         :::BashLexer
-    	mysql phpmyadmin < apache-VCL-2.3/mysql/phpmyadmin.sql
\ No newline at end of file
+    	mysql phpmyadmin < apache-VCL-2.3.1/mysql/phpmyadmin.sql
+
+
+  [1]: VCL231InstallGuide.html
+  [2]: http://www.phpmyadmin.net/home_page/downloads.php
+  [3]: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/
\ No newline at end of file