摘要: 选用 mysql + nginx 组合;安装之前先安装好 mysql 和 nginx 安装前关闭 Selinux 1、如果配置有 epel 源,则需要禁用 编辑配置文件 /etc/yum.repos.d/epel.repo [epel] ... excludepkgs=zabbix* 2、安装 za 阅读全文
posted @ 2025-03-24 11:12 青灯浊酒 阅读(22) 评论(0) 推荐(0)
摘要: 采用rpm包下载后本地安装 1、相关包下载:https://dev.mysql.com/downloads/mysql/ 选择所需要的包下载 点击 Download 进入下载界面 选择不登陆直接下载 2、安装 使用root用户 登录 Rocky 9,在 root 目录下创建 pkg 目录 mkdir 阅读全文
posted @ 2025-03-24 09:42 青灯浊酒 阅读(12) 评论(0) 推荐(0)
摘要: 1、关闭系统自带的防火墙并禁止开机自启; ~]# systemctl stop firewalld && systemctl disable firewalld 2、安装 iptables 相关软件包; ~]# yum install iptables iptables-services 3、启动 阅读全文
posted @ 2023-05-07 14:26 青灯浊酒 阅读(1324) 评论(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 青灯浊酒 阅读(94) 评论(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 青灯浊酒 阅读(95) 评论(0) 推荐(0)
摘要: 原文:https://www.caifuzhishi.cn/31911.html alpha (α):是指内测,即 CB(close beta),指开发团队内部测试的版本或少数用户体验测试版本。 beta(β): 是指公测,即OB(open beta),是针对所有用户公开的测试版本。 gamma(γ 阅读全文
posted @ 2023-04-25 09:16 青灯浊酒 阅读(357) 评论(0) 推荐(0)
摘要: 命令示例: sshpass -p "buray" scp -o StrictHostKeyChecking=no root@192.168.1.100:/root/test/test ./ 前提条件: 需要安装sshpass yum install sshpass 阅读全文
posted @ 2023-01-02 15:57 青灯浊酒 阅读(30) 评论(0) 推荐(0)
摘要: 1、下载server和client windows版本 server:https://dl.influxdata.com/influxdb/releases/influxdb2-2.3.0-windows-amd64.zip client:https://dl.influxdata.com/infl 阅读全文
posted @ 2022-08-11 10:10 青灯浊酒 阅读(1714) 评论(0) 推荐(0)
摘要: 1、安装依赖; go get gopkg.in/yaml.v2 2、添加配置文件config.yaml; redis: port: 3306 user: redis mysql: userName: root passWord: mysql 3、编写go代码读取配置文件数据; 注意:和yaml文件数 阅读全文
posted @ 2022-08-08 18:22 青灯浊酒 阅读(835) 评论(0) 推荐(0)
摘要: 参考地址:https://m.w3cschool.cn/article/88016752.html 阅读全文
posted @ 2022-05-29 07:08 青灯浊酒 阅读(6) 评论(0) 推荐(0)
点击右上角即可分享
微信分享提示