GRANT EVENT, RELOAD, REPLICATION CLIENT, PROCESS ON *.* […]
...Linux防火墙设置允许指定网段访问指定端口
firewall-cmd --new-zone=mysql --permanent firewall-cmd […]
...RHEL9.2使用PHP连接SqlServer
curl https://packages.microsoft.com/config/rhel/9/prod. […]
...RHEL9 下连接老版本SqlServer的TCP Provider: Error code 0x2746问题
RHEL9 安装了 ODBCDriver 和php-sqlsrv模块,连接sqlserver2022没问题,但 […]
...Windows下NTP时间服务器配置
服务器 1、运行gpedit.msc打开“本地组策略编辑器”窗口,进入“计算机配置 > 管理模板 > Wind […]
...RHEL9注册启用订阅
注册 subscription-manager register --username=username -- […]
...RHEL9设置时间同步
dnf install chrony systemctl enable chronyd systemctl s […]
...RHEL9安装Nginx+PHP8+MySQL8
安装Nginx dnf install nginx 启用Nginx systemctl enable ngin […]
...Linux 安装 vsFTP,支持SSL
1、安装vsftp dnf install vsftpd 2、配置vsftp vi /etc/vsftpd/v […]
...MySQL主从结构添加从机
MySQL8.0.X,开启了GTID。主机无需停机。 主机 1、导出数据 > mysqldump -ub […]
...Linux下添加、格式化并挂载新硬盘
1、查看磁盘分区表 fdisk -l 2、分区 fdisk /dev/sda n:创建新分区 d:删除已有分区 […]
...CentOS7设置mysqldump自动备份
1、创建备份用户 CREATE USER backup@localhost IDENTIFIED BY 'PA […]
...