1、下载二进制包上传到linux系统的/usr/local
2、按帮助文档的步骤安装
在执行scripts/mysql_install_db --user=mysql的时候,如果报如下错误:
error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory
则说明libaio没有安装
安装libaio
到这步libaio安装完毕。
然后在接着后面的安装mysql