Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

  1. Check the version of PHP installed on the web server: php -v
    Use phpMyAdmin 2.x if the version of PHP is 3.x or 4.x:
    Panel

    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

    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
  3. Extract the phpMyAdmin package:
    tar -xzf phpMyAdmin-2.11.9.6-all-languages-utf-8-only.tar.gz
  4. Move the phpMyAdmin directory to the web server directory:
    mv phpMyAdmin-2.11.9.6-all-languages-utf-8-only /var/www/html/phpmyadmin
  5. Follow the installation instructions in: /var/www/html/phpmyadmin/Documentation.txt
    IMPORTANT: the instructions must be followed in order to secure phpMyAdmin

...