2019年5月10日

关系型数据库---MYSQL---系统学习

摘要: 1、概述 1.1 mysql数据库是一种 客户端/服务器体系 的 数据库系统; 服务器部分 在启动运行后没有人机界面,所以终端用户 无法直接使用MySQL; 对MySQL数据库进行访问、操作 只能通过 MySQL客户端程序; 1.2 mysql mysql不是MySQL数据库服务器,只是供人们用来与 阅读全文

posted @ 2019-05-10 16:19 anpeiyong 阅读(198) 评论(0) 推荐(0)

防火墙---CentOS

摘要: 1、查看防火墙状态 firewall-cmd --state 2、停止防火墙 systemctl stop firewalld.service 3、禁止开机启动防火墙 systemctl disable firewalld.service 阅读全文

posted @ 2019-05-10 10:54 anpeiyong 阅读(111) 评论(0) 推荐(0)

导航