简体   繁体   English

安装phpMyAdmin时出现问题

[英]Problems installing phpMyAdmin

I'm trying to install phpMyAdmin on a Centos 7 / PHP 5.6 installation. 我正在尝试在Centos 7 / PHP 5.6安装上安装phpMyAdmin。 Unfortunately, upgrading to PHP 7.* is not really possible yet, due to delays in application migration. 不幸的是,由于应用程序迁移的延迟,实际上还不可能升级到PHP 7. *。

When I try yum install phpmyadmin I get: 当我尝试yum install phpmyadmin我得到:

Error: php56u-common conflicts with php-common-5.4.16-43.el7_4.x86_64
Error: php71u-common conflicts with php56u-common-5.6.33-1.ius.centos7.x86_64
Error: php71u-common conflicts with php-common-5.4.16-43.el7_4.x86_64
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

Using --skip-broken etc. doesn't resolve the issue. 使用--skip-broken等无法解决问题。

I resolved this issue by removing, then reinstalling php: 我通过删除然后重新安装php解决了此问题:

yum remove php php-mysql php-fpm
yum install php php-mysql php-fpm
yum install phpmyadmin

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM