[How To] Update phpMyAdmin to latest version 4.7.4
10-18-2017, 03:04 AM
(This post was last modified: 10-18-2017, 03:04 AM by betatester3.0.)
Before we begin. The required update to phpMyAdmin 4.7.4, you will HAVE to update your php to version 5.5 or above here is a thread that can help you get to php5.6.31 with suhosin patch.
Install php version 5.6.31 --> [How To] Update from PHP v5.4.16 to v5.6.31 (Includes suhosin patch) [CentOS]
After you have successfully update to php version 5.6.31 you can now update your phpMyAdmin to v4.7.4
Now login to your phpmyadmin and the version should be the same as the below image:
Install php version 5.6.31 --> [How To] Update from PHP v5.4.16 to v5.6.31 (Includes suhosin patch) [CentOS]
After you have successfully update to php version 5.6.31 you can now update your phpMyAdmin to v4.7.4
Code:
//first goto apps directory
cd /etc/sentora/panel/etc/apps
//then we grab the latest phpmyadmin from there site
wget https://files.phpmyadmin.net/phpMyAdmin/4.7.4/phpMyAdmin-4.7.4-all-languages.zip
//now we unzip it
unzip -q phpMyAdmin-4-*
//before we go any further we MUST copy the current config.inc.php file to our home dir
cp /etc/sentora/panel/etc/apps/phpmyadmin/config.inc.php /home/
// delete the phpmyadmin folder
cd ../
rm -rf phpmyadmin
//now mv the phpMyAdmin-4.7.4-all-languages folder to phpmyadmin:
mv /etc/sentora/panel/etc/apps/phpMyAdmin-4.7.4-all-languages /etc/sentora/panel/etc/apps/phpmyadmin
Now login to your phpmyadmin and the version should be the same as the below image:
-BetaTester3.0 || Just Another Sentora User.
Did you know, Sentora has a full Support Documentation ?
If I helped +rep & Thanks is appreciated.
BTC: 1Bps3ZerDFDDnXJ9XdWtHhdhwsV4MVGLkw
If I helped +rep & Thanks is appreciated.
BTC: 1Bps3ZerDFDDnXJ9XdWtHhdhwsV4MVGLkw