Page 1 of 1

[SOLVED] Upgrading phpmyadmin

Posted: Sat Dec 26, 2015 10:29 am
by rayamxx
Hi ,

I need some help with php version , is there any way i can update it to latest version ? Is there any command that does that?
When i login on phpmyadmin it says --> A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is 4.4.15.2, released on 2015-12-25.

Also

Configuration of pmadb… not OK
General relation features Disabled

Thank you

Re: Upgrading phpmyadmin

Posted: Sun Dec 27, 2015 10:04 pm
by ScIT
rayamxx wrote:Hi ,

I need some help with php version , is there any way i can update it to latest version ? Is there any command that does that?
When i login on phpmyadmin it says --> A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is 4.4.15.2, released on 2015-12-25.

Also

Configuration of pmadb… not OK
General relation features Disabled

Thank you
You can install the latest phpmyadmin version for ubuntu/debian if you use the repository from nijel: https://www.dev-metal.com/installsetup- ... -pangolin/

<code>
sudo add-apt-repository ppa:nijel/phpmyadmin
sudo apt-get update
apt-get install phpmyadmin
</code>

Also possible on other os versions.

Best Regards
Raphael

Re: Upgrading phpmyadmin

Posted: Fri Jan 01, 2016 12:47 pm
by rayamxx
Hi , sorry for late replay. I would like to thanks for your answer but im using Centos 7 (64-bit version) .

sudo add-apt-repository ppa:nijel/phpmyadmin
sudo: add-apt-repository: command not found

Re: Upgrading phpmyadmin

Posted: Fri Jan 01, 2016 2:03 pm
by joem
rayamxx wrote:Hi , sorry for late replay. I would like to thanks for your answer but im using Centos 7 (64-bit version) .

sudo add-apt-repository ppa:nijel/phpmyadmin
sudo: add-apt-repository: command not found
Give this a try,

Code: Select all

  yum --enablerepo=remi update phpMyAdmin 

Re: Upgrading phpmyadmin

Posted: Fri Jan 01, 2016 5:24 pm
by rayamxx
thanks sir , it's working now. update it's done ! I have another question if you could help i see this message on bottom :

The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated. Find out why. Or alternately go to 'Operations' tab of any database to set it up there.

After i click "FIND OUT WHY" i see this :

Configuration of pmadb… not OK
General relation features Disabled


Thanks Again

Re: Upgrading phpmyadmin

Posted: Fri Jan 01, 2016 5:43 pm
by joem
rayamxx wrote:thanks sir , it's working now. update it's done ! I have another question if you could help i see this message on bottom :

The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated. Find out why. Or alternately go to 'Operations' tab of any database to set it up there.

After i click "FIND OUT WHY" i see this :

Configuration of pmadb… not OK
General relation features Disabled


Thanks Again
No problem, have a look at viewtopic.php?f=11&t=9724&p=34553#p35092

Re: Upgrading phpmyadmin

Posted: Fri Jan 01, 2016 6:11 pm
by rayamxx
thank you

[SOLVED] Upgrading phpmyadmin

Posted: Thu Jan 07, 2016 3:09 pm
by skurudo
Ok, solved -> close