Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Excerpt
hiddentrue

phpMyAdmin is a free and optional tool which allows MySQL to be administered using a web browser. It makes administering the VCL database easier. This tool can be installed on the VCL web server.

  1. Download phpMyAdmin
    1. Check the version of PHP installed on the web server:
      Tip

      php -v

      • Use phpMyAdmin 2.x if the version of PHP is 3.x or 4.x: panel
        No Format
        
        PHP 4.3.2 (cgi), Copyright (c) 1997-2003 The PHP Group
        
      • Use phpMyAdmin 3.x if the version of PHP is 5.x: panel
        No Format
        
        PHP 5.1.6 (cli) (built: Jul 16 2008 19:52:52)
        
    2. Download the appropriate version of phpMyAdmin from: http://www.phpmyadmin.net/home_page/downloads.php
  2. Extract the phpMyAdmin package:
    Tip

    tar -xzf phpMyAdmin-2.11.9.6-all-languages-utf-8-only.tar.gz

  3. Move the phpMyAdmin directory to the web server directory:
    Tip

    mv phpMyAdmin-2.11.9.6-all-languages-utf-8-only /var/www/html/phpmyadmin

  4. Follow the installation instructions in: /var/www/html/phpmyadmin/Documentation.txt
    Note
    IMPORTANT: the

    The instructions must be followed in order to secure phpMyAdmin

  5. Configure the phpMyAdmin-VCL Table

...

  1. relationships:
    The phpmyadmin.sql file is provided

...

  1. in the mysql directory in the Apache VCL source code. It will add entries to the pma_table_info table in the phpmyadmin database. These entries cause corresponding information to be displayed when you hover over a value in the VCL database.

...


  1. Download the following file:
    *wget http://svn.apache.org/repos/asf/incubator/vcl/trunk/mysql/phpmyadmin.sql*
  2. Import the SQL file into the phpmyadmin database:
    Tip

    mysql phpmyadmin < mysql/phpmyadmin.sql