转自:https://blog.csdn.net/bugu_hhh/article/details/130625482
使用阿里云 CentOS7 系统,安装过程中,会报libaio,查看与 libaio 相关的软件
1 yum list libaio
安装
1 yum install -y libaio*
可以查看已安装的 MySQL 的版本
1 mysql -V
使用开启 MySQL 服务命令
1 systemctl start mysqld
报Failed to start mysqld.service: Unit not found 问题
这时,就需要重新安装下server就可以了
1 rpm -ivh mysql-community-server-8.3.0-1.el7.x86_64.rpm
标签:libaio,安装,MySQL,start,mysqld,Linux,rpm From: https://www.cnblogs.com/gzy2016Blog/p/18031391