摘要: 停止firewalld服务停止防火墙,并禁用这个服务 sudo systemctl stop firewalld.servicesudo systemctl disable firewalld.service安装iptables如果你要改用iptables的话,需要安装iptables服务: #安装 阅读全文
posted @ 2019-03-12 21:11 A毛毛 阅读(1231) 评论(0) 推荐(0)
摘要: MySQL 是最流行的关系型数据库管理系统,由瑞典MySQL AB公司开发,目前属于Oracle公司。 MySQL所使用的SQL语言是用于访问数据库的最常用标准化语言。 MySQL由于其体积小、速度快、总体拥有成本低,尤其是开放源码这一特点,一般中小型网站的开发都选择MySQL作为网站数据库。 My 阅读全文
posted @ 2019-03-12 00:42 A毛毛 阅读(181) 评论(0) 推荐(0)