摘要: 1.将3306端口加入防火墙/sbin/iptables -I INPUT -p tcp --dport 3306-j ACCEPT #添加端口3306/etc/rc.d/init.d/iptables save #保存设置/etc/rc.d/init.d/iptables status #查看防火... 阅读全文
posted @ 2016-01-16 20:12 聊聊IT那些事 阅读(15935) 评论(0) 推荐(0) 编辑
摘要: 1.卸载掉原mysql rpm -qa | grep mysql // 这个命令就会查看该操作系统上是否已经安装了mysql数据库 有的话,我们就通过 rpm -e 命令 或者 rpm -e --nodeps 命令来卸载掉 rpm -e mysql // 普通删除模式 rpm -e xxx.rpm 阅读全文
posted @ 2016-01-16 19:24 聊聊IT那些事 阅读(232) 评论(0) 推荐(0) 编辑