Centos 关闭selinux
Centos 关闭selinux:
setenforce 0
修改/etc/selinux/config,设置SELINUX=disabled,确保重启后也生效。
扫描二维码推送至手机访问。
版权声明:本文由一二三博客发布,如需转载请注明出处。
Centos 关闭selinux:
setenforce 0
修改/etc/selinux/config,设置SELINUX=disabled,确保重启后也生效。
扫描二维码推送至手机访问。
版权声明:本文由一二三博客发布,如需转载请注明出处。
1、准备机器名称网卡0网卡1VIPlvsmaster192.218.92.185(网关:192.218.92.1)10.88.1.20(无网关)内网通信使用192.218.92.187lvsbacku...
防火墙操作查看防火墙状态启动: systemctl start firewalld查看状态: systemctl status firewalld 停止: systemctl s...
问题一:160613 0:43:36 [Note] WSREP: Read nil XID from storage engines, skipping position init1606...
route del defaultroute del defaultroute add default gw 59.48.154.1route add -net 188.188.0.0 netmask...
最大链接数 输入show variables like 'max_connections';一、修改mariadb.service vim ...
MySQL查看最大连接数和修改最大连接数1、查看最大连接数show variables like '%max_connections%';2、修改最大连接数set GLOBAL max...