phpMyAdmin 2.11.6 package available for ISPConfig 2

Discussion in 'General' started by Hans, Apr 29, 2008.

  1. Hans

    Hans Moderator Moderator

    Today phpMyAdmin version 2.11.6 has been released, so i've created an updated phpMyAdmin package for ISPConfig again. The package is based on version 2.11.6, which is a bugfix only release. For release information have a look here.

    For security reasons, I also added the following to the configuration file called config.inc.php, so that some databases will be hidden:

    $cfg['Servers'][$i]['hide_db'] = '(information_schema|mysql|pmadb|test)';

    Update instructions:
    Remove the old phpMyAdmin version first before you install this new package on your ISPConfig server!
    You can do this with the following commands:
    rm -r /home/admispconfig/ispconfig/web/phpmyadmin
    rm /home/admispconfig/ispconfig/web/phpmyadmin.tar.gz
    rm -r /home/admispconfig/ispconfig/web/tools/tools/phpmyadmin

    The package can be downloaded here.

    The new phpMyAdmin package can be installed with the update manager within ISPConfig. :)
     

    Attached Files:

  2. Hans

    Hans Moderator Moderator

    Important note | phpmyAdmin package

    After installing the phpMyAdmin package, please remove the setup script /home/admispconfig/ispconfig/web/phpmyadmin/scripts/setup.php

    Future phpMyAdmin packages for ISPConfig will be provided without this script for security reasons.
     
  3. edge

    edge Active Member Moderator

    Oops......
    Thank you for the info.
     

Share This Page