本教程在centos6环境下运行通过 MySQL版本为5.6 yum -y install mysql-libs mysql mysql-server mysql-devel #安装mysql服务 rm -rf /etc/my.cnf wget http://origin.evec.cc/github/mysql/my.cnf -O /etc/my.cnf #替换配置file service mysqld restart #重启mysql服务
发表评论