So I uninstalled mysql 5.1 and then downloaded the client, devel and server rpm's for mysql 5.6
I did a rpm -ivh
of each rpm but got this error:
error: Failed dependencies:
libaio.so.1()(64bits) is needed by MYSQL-server-5.6.6_m9-1.linux2.6.x86_64
libaio.so.1(LIBAIO_0.1)(64bits) is needed by MYSQL-server-5.6.6_m9-1.linux2.6.x86_64
libaio.so.1(LIBAIO_0.4)(64bits) is needed by MYSQL-server-5.6.6_m9-1.linux2.6.x86_64
I looked around but it does not seem this error is well documented. Do I need to install a dependency? If so which one and how?
My OS is CentOS Linux 6.2 on x86_64