phpMyAdmin 2.11.8.1 package released for ISPConfig 2

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

  1. Hans

    Hans Moderator Moderator

    Today phpMyAdmin 2.11.8.1 has been released (ALREADY). 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:

    Last edited: Jul 29, 2008
  2. Snowman

    Snowman Member

    Hi, i not so sure if i am right, is 2.11.8.1 newer then 2.11.8 ?
    Same date of release .. and other made me unsure about this :) .

    thanks
     
  3. commentator

    commentator Member

    yes it is

    see the changelog:
    $Id: ChangeLog 11445 2008-07-28 19:37:23Z lem9 $
    $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/ChangeLog $

    2.11.8.1 (2008-07-28)
    - bug #2027102, small fix for a notice about "lang"

    2.11.8.0 (2008-07-28)
    - patch #1987593 [interface] Table list pagination in navi,
    thanks to Jason Day
    ....
     
  4. Hans

    Hans Moderator Moderator

    2.11.8.1 is newer but it's release was short after 2.11.8. Probably on the same day. 2.11.8.1 contains a small fix as mentioned here.
     

Share This Page