上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 56 下一页
摘要: 环境说明 主机说明 宿主机:192.168.1.219 备份机:192.168.2.235 备份要求 宿主机可以免密登录备份机 备份机器提前创建备份目录 # ssh root@192.168.2.235 "mkdir -pv /data/mysql-backs" mkdir: created dir 阅读全文
posted @ 2023-01-13 19:35 小吉猫 阅读(689) 评论(0) 推荐(0) 编辑
摘要: 创建备份用户 mysql> CREATE USER 'bkpuser'@'localhost' IDENTIFIED BY 's3cret'; mysql> GRANT RELOAD, LOCK TABLES, PROCESS, REPLICATION CLIENT ON *.* TO 'bkpus 阅读全文
posted @ 2023-01-13 17:40 小吉猫 阅读(302) 评论(0) 推荐(0) 编辑
摘要: 环境说明 nginx: 1.22.0 safari: 13+ curl: 7.68.0 ubuntu:20.04 问题说明 [Error] The network connection was lost. [Error] XMLHttpRequest cannot load xxx due to a 阅读全文
posted @ 2023-01-13 14:25 小吉猫 阅读(644) 评论(0) 推荐(0) 编辑
摘要: 创建备份用户 mysql> CREATE USER 'bkpuser'@'localhost' IDENTIFIED BY 's3cret'; mysql> GRANT RELOAD, LOCK TABLES, PROCESS, REPLICATION CLIENT ON *.* TO 'bkpus 阅读全文
posted @ 2023-01-12 19:25 小吉猫 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 创建备份用户 mysql> CREATE USER 'bkpuser'@'localhost' IDENTIFIED BY 's3cret'; mysql> GRANT SELECT, RELOAD, LOCK TABLES, PROCESS, REPLICATION CLIENT ON *.* T 阅读全文
posted @ 2023-01-12 18:18 小吉猫 阅读(62) 评论(0) 推荐(0) 编辑
摘要: 下载jenkins # wget -O jenkins-2.391.war https://mirrors.tuna.tsinghua.edu.cn/jenkins/war/2.391/jenkins.war run_jenkins.sh #!/bin/bash #java -server -Xms 阅读全文
posted @ 2023-01-11 19:08 小吉猫 阅读(463) 评论(0) 推荐(0) 编辑
摘要: 下载jdk-17 # wget https://download.oracle.com/java/17/latest/jdk-17_linux-x64_bin.tar.gz Dockerfile FROM ubuntu:22.04 ENV JAVA_HOME=/usr/local/jdk-17.0. 阅读全文
posted @ 2023-01-11 18:03 小吉猫 阅读(2678) 评论(0) 推荐(0) 编辑
摘要: namespace mysql-ns.yaml apiVersion: v1 kind: Namespace metadata: labels: kubernetes.io/metadata.name: wgs-mysql name: wgs-mysql 创建ns # kubectl apply - 阅读全文
posted @ 2023-01-09 11:41 小吉猫 阅读(314) 评论(0) 推荐(0) 编辑
摘要: namespace mysql-ns.yaml apiVersion: v1 kind: Namespace metadata: labels: kubernetes.io/metadata.name: wgs-mysql name: wgs-mysql 创建ns # kubectl apply - 阅读全文
posted @ 2023-01-03 19:12 小吉猫 阅读(301) 评论(0) 推荐(0) 编辑
摘要: redis-persistentvolume.yaml apiVersion: v1 kind: PersistentVolume metadata: name: redis-datadir-pv-1 namespace: wgs-redis spec: capacity: storage: 1Gi 阅读全文
posted @ 2022-12-26 16:04 小吉猫 阅读(262) 评论(0) 推荐(0) 编辑
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 56 下一页