Archiwa tagu: pma

phpMyAdmin Automatic Update script

Today I present you my latest project – script for automated update of phpMyAdmin

From README.md:

Requirements – basic linux commands

  • bash
  • wget
  • unzip
  • mktemp

Usage:

  1. Download phpMyAdmin_Update.sh
  2. chmod +x ./phpMyAdmin_Update.sh
  3. ./phpMyAdmin_Update.sh <phpMyAdmin directory>

This simple script will:

  1. Download and unpack latest phpMyAdmin (zip) into temporary directory
  2. Remove _old and rename to _old
  3. Move downloaded phpMyAdmin to
  4. Copy config.inc.php from _old to
  5. Done

Project on GitHub: https://github.com/peku33/pma-update