[How To] Update phpMyAdmin to latest version 4.7.4
#1
[How To] Update phpMyAdmin to latest version 4.7.4
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 --> #4131
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:
 [Image: vFCaLi3.png]
-BetaTester3.0  ||  Just Another Sentora User. 

Did you know, Sentora has a full Support Documentation ?
If I helped +rep & Thanks is appreciated.
BTC: 1Bps3ZerDFDDnXJ9XdWtHhdhwsV4MVGLkw

Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Update to PHP 7.1.2 with success! julinhobrow 5 27 ,408 09-06-2019, 02:11 PM
Last Post: gerzok
[How To] Update from PHP v5.4.16 to v5.6.31 (Includes suhosin patch) [CentOS] betatester3.0 5 22 ,313 03-18-2019, 01:23 AM
Last Post: BigBang
How to Update PHP 5.5.9 To 5.6 elmucho 0 3 ,966 02-01-2018, 11:34 AM
Last Post: elmucho

Forum Jump:


Users browsing this thread: 1 Guest(s)