时间:2021-07-01 10:21:17 帮助过:2人阅读
系统centos5.5
进入http://dev.mysql.com/downloads/repo/,下载RedHat Enterprise Linux 5 / Oracle Linux 5版。
点击链接No thanks, just start my download.直接下载。
导入系统:sudo yum localinstall mysql-community-release-el5-*.noarch.rpm
您可能遇到这个问题:
warning: rpmts_HdrFromFdno: V3 DSA signature: NOKEY, key ID 443e1821
Public key for krb5-workstation-1.3.4-27.i386.rpm is not installed
解决方法:
/etc/yum.conf Were it sais gpgcheck=1, change this to gpgcheck=0.
参考资料:https://www.digitalocean.com/community/tutorials/how-to-install-mysql-5-6-from-official-yum-repositories
yum 安装mysql5.6
标签: