phpMyAdmin 2.11.8 package released for ISPConfig 2

Discussion in 'General' started by Hans, Jul 28, 2008.

  1. Hans

    Hans Moderator Moderator

    Today phpMyAdmin 2.11.8 has been released. Based on this version, i've created a new version for ISPConfig 2.

    For release notes, please 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)';

    The file phpmyadmin/scripts/setup.php is NOT included in the package.

    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.

    Use the Update Manager within ISPConfig to install the new phpMYAdmin package. :)
     

    Attached Files:

  2. commentator

    commentator Member

    is it posible to include the lines
    Code:
    rm -r /home/admispconfig/ispconfig/web/phpmyadmin
    rm /home/admispconfig/ispconfig/web/phpmyadmin.tar.gz
    rm -r /home/admispconfig/ispconfig/web/tools/tools/phpmyadmin
    
    and let the script check if it is an update or a clean install?
     
  3. Hans

    Hans Moderator Moderator

    I don't know if that's possible.
    The current script only copies the files to the right place.

    Version 2.11.8.1 has been released already, so please have a look here.
     
    Last edited: Jul 29, 2008

Share This Page