百胜没有检测到phpMyAdmin更新

百胜似乎没有检测到任何更新phpMyAdmin。 安装时,它安装了一个稍微过时的版本,但没有更新,因为。 即使phpMyAdmin说“有新的更新”

yum update 

不包括PMA的任何更新。 在做

  yum update phpMyAdmin 

它说

设置更新过程

没有软件包标记为更新

我还没有通过CentOS phpMyAdmin网站find任何文档。

谢谢!

phpMyAdmin发行版不会与yum软件包版本一一对应。 你必须等待CentOS版本库发布新版本的软件包,或者你可以自己手动升级phpMyAdmin。

我在remi repo中find了最新版本的phpMyAdmin:

 rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm yum --enablerepo=remi update phpmyadmin 

为CentOS6。 有关此链接中不同发行版的更多信息和说明:

http://www.if-not-true-then-false.com/2012/install-phpmyadmin-on-fedora-centos-red-hat-rhel/