centos6.9升级mysql5.1到mysql5.6-11777464
# rpm -ivh MySQL-client-5.6.21-1.rhel5.x86_64.rpmPreparing... ###########################################
1:MySQL-client ###########################################
# rpm -ivh MySQL-devel-5.6.21-1.rhel5.x86_64.rpm
Preparing... ###########################################
1:MySQL-devel ###########################################
# rpm -ivh MySQL-server-5.6.21-1.rhel5.x86_64.rpm
error: Failed dependencies:
libaio.so.1()(64bit) is needed by MySQL-server-5.6.21-1.rhel5.x86_64
libaio.so.1(LIBAIO_0.1)(64bit) is needed by MySQL-server-5.6.21-1.rhel5.x86_64
libaio.so.1(LIBAIO_0.4)(64bit) is needed by MySQL-server-5.6.21-1.rhel5.x86_64
报错:按着提示,继续安装libaio库
# yum install libaio
页:
[1]