05 2023 档案

摘要:1、关闭系统自带的防火墙并禁止开机自启; ~]# systemctl stop firewalld && systemctl disable firewalld 2、安装 iptables 相关软件包; ~]# yum install iptables iptables-services 3、启动 阅读全文
posted @ 2023-05-07 14:26 青灯浊酒 阅读(1265) 评论(0) 推荐(0) 编辑
摘要:参考地址:https://mariadb.com/docs/server/ref/cs10.5/system-variables/ 查询所有全局系统变量: SHOW GLOBAL VARIABLES; 动态设置全局系统变量: SET GLOBAL log_warnings=3; 查询当前会话的所有系 阅读全文
posted @ 2023-05-01 15:41 青灯浊酒 阅读(91) 评论(0) 推荐(0) 编辑
摘要:官方地址:https://mariadb.com/docs/server/deploy/topologies/single-node/community-server-10-5/ YUM安装: 1、下载用到 wget 工具; yum install wget 2、下载 MariaDB repo 的安 阅读全文
posted @ 2023-05-01 09:49 青灯浊酒 阅读(84) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示