简体   繁体   中英

Problems installing phpMyAdmin

I'm trying to install phpMyAdmin on a Centos 7 / PHP 5.6 installation. Unfortunately, upgrading to PHP 7.* is not really possible yet, due to delays in application migration.

When I try yum install phpmyadmin I get:

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.

I resolved this issue by removing, then reinstalling php:

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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