当前位置:   article > 正文

没有可用的软件包 mysql-server_没有可用的软件包msyql-server

没有可用软件包 mysql-server。

bd96500e110b49cbb3cd949968f18be7.png

I'm trying to set up MySQL on an Amazon Linux instance, I've tried everything (and with the -y option as well):

$ sudo yum install mysql-server

$ sudo yum install mysql56-server

$ sudo yum install mysql-community-server

I keep getting the "No package msqql-server available", "No package msyql56-server available", etc...

I've also ran yum clean all, yum update all, etc...

I'm assuming I have to install the RPM, but I don't know what version to install and while there is documentation for CentOS, there is little documentation specifically for Amazon Linux for setting up MySQL.

And these instructions didn't work as I got the error message "No package mysql56-server available" https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/install-LAMP.html

解决方案

This worked:

$ wget http://dev.mysql.com/get/mysql57-community-release-el7-8.noarch.rpm

$ sudo yum localinstall mysql57-community-release-el7-8.noarch.rpm

$ sudo yum install mysql-community-server

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/花生_TL007/article/detail/232235
推荐阅读
相关标签
  

闽ICP备14008679号