redhat6.3安装MySQL-server-5.6.13-1.el6.x86_64.rpm
redhat6.3安装MySQL-server-5.6.13-1.el6.x86_64.rpm 首先 下载 下面三个文件: [plain] MySQL-client-5.6.13-1.el6.x86_64.rpm MySQL-devel-5.6.13-1.el6.x86_64.rpm MySQL-server-5.6.13-1.el6.x86_64.rpm 然后使用root账号登陆,进行安装: 1. 安装server、devel、client:1. 安装server、devel、client: rpm -ivh --replacefiles MySQL-s*.rpm rpm -ivh --replacefiles MySQL-d*.rpm rpm -ivh --replacefiles MySQL-c*.rpm [root@localhost download]# rpm -ivh --replacefiles MySQL-server-5.6.13-1.el6.x86_64.rpm Preparing... ########################################### [100%] 1:MySQL-server ########################################### [100%] [root@localhost