下载地址:http://dev.mysql.com/downloads/mysql/5.5.html#downloads 下载client和server
上面三个包的安装顺序 libaio - 》 server -》 client - 》
在安装server时会报:
Linux CenterOs 64位中安装 MySQL-server-5.5.25a-1.rhel5.x86_64.rpm 出现以下错误
[root@localhost upload]# rpm -ivh MySQL-server-5.5.25a-1.rhel5.x86_64.rpm
error: Failed dependencies:
libaio.so.1()(64bit) is needed by MySQL-server-5.5.25a-1.rhel5.x86_64
libaio.so.1(LIBAIO_0.1)(64bit) is needed by MySQL-server-5.5.25a-1.rhel5.x86_64
libaio.so.1(LIBAIO_0.4)(64bit) is needed by MySQL-server-5.5.25a-1.rhel5.x86_64
从以上错误信息可以看出是因为缺少库libaio,所以需要安装libaio
解决办法:安装libaio-0.3.107-10.el6.x86_64.rpm 参照地址:http://www.iitshare.com/libaio-so-164bit-is-needed-by-mysql-server.html
地址:http://mirror.centos.org/centos/6/os/x86_64/Packages/libaio-0.3.107-10.el6.x86_64.rpm
之后就能安装server了, 安装完server后立即安装clent,之后用client配置,配置如下:
输入:/usr/bin/mysql_secure_installation点击回车,可见下图
Enter current password for root (enter for none): 这句话是说让输入root原始密码,原始密码是空,直接回车即可。(其中我的报错了
找了半天解决办法:如下图所示,解决了
附上图链接地址:http://www.linuxdiyf.com/viewarticle.php?id=75335
解决完上述问题后重置密码:
重置成功后问你是否删除匿名用户:
选y 删除掉
是否不允许远程用户连接? 选择no 意思是让用户可以远程连接:
是否删除测试test库 选择 不删除
是否刷新表的权限: 选择yes
到此完全安装结束,mysql大功告成,出去买肉饼吃去喽!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
)