phpMyAdmin Updater
Script for automatically installing/updating the latest phpMyAdmin version.
- Remove any old phpMyAdmin files (in the current folder) if there are any.
- Download the latest version of phpMyAdmin from phpMyAdmin site.
- Extract the downloaded
.zipfile in the current folder. - Copy
config.sample.inc.phptoconfig.inc.php. - Automatically update the
'blowfish_secret'inconfig.inc.phpusing anmd5sumof 512 bytes received from/dev/urandom. - Clean up by removing the downloaded
.zipfile
To use it, simply drop the following commands in your terminal.
git clone https://github.com/martingeorg/pmaupdater.git && (cd pmaupdater && ./pmaupdater)
or
wget https://github.com/martingeorg/pmaupdater/archive/master.zip -O pmaupdater.zip && unzip -j ./pmaupdater.zip pmaupdater-master/* -d pmaupdater && (cd pmaupdater && ./pmaupdater)
Make sure you don't have already a file or folder with the name pmaupdater.zip or pmaupdater as it will be overwritten!
You can rename the pmaupdater folder, to whatever name you want to use when accessing it from your web server.
Once you have downloaded pmaupdater, you can update the phpMyAdmin version by going to the pmaupdater folder and running the script
./pmaupdater