phpMyAdmin 2.11.2 package available for ISPConfig

Discussion in 'General' started by Hans, Oct 18, 2007.

  1. Hans

    Hans Moderator Moderator

    phpMyAdmin 2.11.1.2 package available for ISPConfig

    Today i've created a phpMyAdmin package for ISPConfig.
    The package is based on version 2.11.1.2, which is a security fix.
    For release information have a look here:
    http://www.phpmyadmin.net/home_page/index.php

    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

    In the mean time Till, published it on ispconfig.org, so it can be downloaded here:
    http://www.ispconfig.org/downloads/phpmyadmin-2.11.1.2.pkg


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

    Attached Files:

    Last edited: Oct 20, 2007
  2. mccharlet

    mccharlet Member HowtoForge Supporter

    Thank you for your quick answer
     
  3. Gimly

    Gimly Member

    Thank you Hans for the update package :)
     
  4. blessofdarkness

    blessofdarkness New Member

    where i can find that update tool ? and how to use it ?
     
  5. edge

    edge Active Member Moderator

Share This Page