This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

[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 --> [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:
 [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
Thanks given by: lino69 , mohamedh


Messages In This Thread
[How To] Update phpMyAdmin to latest version 4.7.4 - by betatester3.0 - 10-18-2017, 03:04 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Update to PHP 7.1.2 with success! julinhobrow 5 22 ,948 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 16 ,800 03-18-2019, 01:23 AM
Last Post: BigBang
How to Update PHP 5.5.9 To 5.6 elmucho 0 3 ,046 02-01-2018, 11:34 AM
Last Post: elmucho

Forum Jump:


Users browsing this thread: 1 Guest(s)