Amazon linux ami上安装Mysql

安装perl

sudo yum -y install perl

mysql下载地址

[mysql 5.6](https://dev.mysql.com/downloads/mysql/5.6.html#downloads)

选择如下


Amazon linux ami上安装Mysql_第1张图片
image.png

下好后上传到服务器并解压,解压情况如下


image.png

查看mysql安装情况
rpm -qa|grep -i mysql

顺序安装shared-compat,client,server
如果报错信息如下

警告:MySQL-server-5.6.43-1.el7.x86_64.rpm: 头V3 DSA/SHA1 Signature, 密钥 ID 5072e1f5: NOKEY
错误:依赖检测失败:
    perl(Data::Dumper) 被 MySQL-server-5.6.43-1.el7.x86_64 需要

则安装一下依赖

sudo yum -y install autoconf

查看安装结果


image.png

你可能感兴趣的:(Amazon linux ami上安装Mysql)