php56-common conflicts with php-common-5.3.29-1.8.amzn1.x86_64 when installing phpmyadmin

前端 未结 3 939
一个人的身影
一个人的身影 2020-12-29 07:53

I have successfully installed php70 and mysql. But when i am trying to install phpmyadmin by

$ sudo yum-config-manager --enable epel

And Th

3条回答
  •  不思量自难忘°
    2020-12-29 08:12

    I was having the same issue today. I had some success downloading phpmyadmin from phpmyadmin.net, and following their instructions. I did run into a different problem during the setup of phpmyadmin....

    So, I punted on resolving this with the Amazon AMI for now, and chose to install the Bitnami LAMP AMI to get me going quicker. It comes with phpmyadmin configured.

    NOTE: Bitnami's AMI is running PHP Version 5.6.29, so I would say it's valid to follow the previous post's advice and downgrade, unless your web application specifically needs PHP 7.0.

提交回复
热议问题