摘要:
CentOS 7.0删除mysql服务 今天在Centos下安装mysql服务,就小记下,前面收藏了一篇安装的文档,我测试是可以用的,现在测试一下怎么删除删除有两种方法,一种通过rpm -e进... 阅读全文
摘要:
今天在Centos下安装mysql服务,就小记下,前面收藏了一篇安装的文档,我测试是可以用的,现在测试一下怎么删除 删除有两种方法,一种通过rpm -e进行删除 另一种通过yum remove 一、rpm -e进行删除 1)查看系统中是否以rpm包安装的mysql: [root@localhost 阅读全文
摘要:
CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。1、关闭firewall:systemctl stop firewalld.servicesystemctl disable firewalld.servicesystemctl mask firewalld 阅读全文