chenjiali 发表于 2018-9-30 13:00:59

centos6.9升级mysql5.1到mysql5.6-11777464

# rpm -ivh MySQL-client-5.6.21-1.rhel5.x86_64.rpm  
Preparing...                ###########################################
  
   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]
查看完整版本: centos6.9升级mysql5.1到mysql5.6-11777464