05 2023 档案
摘要:1、关闭系统自带的防火墙并禁止开机自启; ~]# systemctl stop firewalld && systemctl disable firewalld 2、安装 iptables 相关软件包; ~]# yum install iptables iptables-services 3、启动
阅读全文
摘要:参考地址:https://mariadb.com/docs/server/ref/cs10.5/system-variables/ 查询所有全局系统变量: SHOW GLOBAL VARIABLES; 动态设置全局系统变量: SET GLOBAL log_warnings=3; 查询当前会话的所有系
阅读全文
摘要:官方地址:https://mariadb.com/docs/server/deploy/topologies/single-node/community-server-10-5/ YUM安装: 1、下载用到 wget 工具; yum install wget 2、下载 MariaDB repo 的安
阅读全文