Learn about Centmin Mod LEMP Stack today
Become a Member

Latest version of phpMyAdmin 4.4.9 now available

Discussion in 'Add Ons' started by quicksalad, Jun 5, 2015.

  1. quicksalad

    quicksalad Member

    228
    13
    18
    May 31, 2015
    Ratings:
    +20
    Local Time:
    4:01 AM
    I opened phpMyAdmin today and saw the below notice:


    A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is 4.4.9, released on 2015-06-04.

    Code:
    Welcome to phpMyAdmin 4.4.9, a bugfix version.
    
    4.4.9.0 (2015-06-04)
    - bug #4920 relation view doesn't list fields of table in other database
    - bug #4905 Sorting by an alias
    - bug #4931 False error before entering reCAPTCHA
    - bug #4909 central column with multiple server
    - bug #4937 Custom export with backquotes off is not working
    - bug #4908 Reverse proxy: infinite internal redirect (added warning in doc)
    - bug #4942 Export to gzip saves plain text under Chrome
     
  2. rdan

    rdan Well-Known Member

    5,446
    1,408
    113
    May 25, 2014
    Ratings:
    +2,201
    Local Time:
    6:31 AM
    Mainline
    10.2
  3. eva2000

    eva2000 Administrator Staff Member

    54,519
    12,211
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,780
    Local Time:
    8:31 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    no no not if you use phpmyadmin addon phpmyadmin.sh Centmin Mod Addon

    phpmyadmin addon has it's own easy update script at phpmyadmin.sh Centmin Mod Addon

    to manually run it
    Code:
    chmod 0700 /root/tools/phpmyadmin_update.sh
    /root/tools/phpmyadmin_update.sh
     
  4. eva2000

    eva2000 Administrator Staff Member

    54,519
    12,211
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,780
    Local Time:
    8:31 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    if that doesn't work - it might not knowing what I know about git now compared to when i wrote the updater okay i see git pull works as it ignores your custom config.inc.php during updates with /root/tools/phpmyadmin_update.sh

    just do an uninstall phpmyadmin.sh Centmin Mod Addon then reinstall
     
    Last edited: Jun 5, 2015
  5. eva2000

    eva2000 Administrator Staff Member

    54,519
    12,211
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,780
    Local Time:
    8:31 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    example of phpmyadmin addon's updater in action

    manual run

    Code:
    chmod 0700 /root/tools/phpmyadmin_update.sh
    /root/tools/phpmyadmin_update.sh
    
    when run output example as follows
    Code:
    cd /usr/local/nginx/html/17138_mysqladmin15650
    git pull
    From git://github.com/phpmyadmin/phpmyadmin
    * [new branch]      MAINT_4_4_9 -> origin/MAINT_4_4_9
       347dc70..715cde8  QA_4_4     -> origin/QA_4_4
       db53824..dddebc0  STABLE     -> origin/STABLE
       853cc24..739b142  master     -> origin/master
    * [new tag]         RELEASE_4_4_9 -> RELEASE_4_4_9
    Updating db53824..dddebc0
    Fast-forward
    .scrutinizer.yml                                   |    2 -
    .travis.yml                                        |    1 -
    ChangeLog                                          |    9 ++
    README                                             |    2 +-
    composer.json                                      |    3 +-
    doc/conf.py                                        |    2 +-
    doc/config.rst                                     |    3 +-
    js/db_central_columns.js                           |    1 +
    js/functions.js                                    |    1 +
    js/tbl_relation.js                                 |    5 +-
    libraries/Config.class.php                         |    2 +-
    libraries/DisplayResults.class.php                 |    3 +-
    libraries/core.lib.php                             |    4 +-
    libraries/export.lib.php                           |    6 +-
    .../plugins/auth/AuthenticationCookie.class.php    |   89 ++++++++++----------
    libraries/plugins/export/ExportSql.class.php       |   29 ++++++-
    po/ca.po                                           |   17 ++--
    po/id.po                                           |   29 +++----
    po/ro.po                                           |   17 ++--
    po/ru.po                                           |   13 ++--
    po/sk.po                                           |   21 +++--
    po/sl.po                                           |    6 +-
    po/tr.po                                           |    6 +-
    .../plugin/auth/PMA_AuthenticationCookie_test.php  |    1 +
    24 files changed, 158 insertions(+), 114 deletions(-)
    use git log command to check within phpmyadmin install directory
    Code:
    git log -1
    commit dddebc0112f19736bde0eb0782584533da9dc40d
    Merge: db53824 5b0543d
    Author: Marc Delisle <marc@infomarc.info>
    Date:   Thu Jun 4 13:22:23 2015 -0400
    
        Merge branch 'MAINT_4_4_9' into STABLE
     
  6. eva2000

    eva2000 Administrator Staff Member

    54,519
    12,211
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,780
    Local Time:
    8:31 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Last edited: Jun 5, 2015
  7. quicksalad

    quicksalad Member

    228
    13
    18
    May 31, 2015
    Ratings:
    +20
    Local Time:
    4:01 AM
    @eva2000 how many minutes it takes to do a manual update? mine stucked @ git pull 2nd line
     
  8. eva2000

    eva2000 Administrator Staff Member

    54,519
    12,211
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,780
    Local Time:
    8:31 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    yeah takes quite a few minutes seems phpmyadmin github repo is slow to download for whatever reason