上一页 1 ··· 105 106 107 108 109 110 111 112 113 ··· 257 下一页
摘要: 主服务器的UUID和从服务器的UUID重复,因为我是安装成功一台数据库后直接克隆的,所以他们的UUID是一样的,就会报这个错。可以修改一下从库的UUID即可。 本文转载自微信公众号「SQL数据库开发」,作者 丶平凡世界。转载本文请联系SQL数据库开发公众号。 之前很多小伙伴想知道MySQL主从复制的 阅读全文
posted @ 2022-07-22 13:04 技术颜良 阅读(1683) 评论(0) 推荐(0)
摘要: 1、安装运行环境 a、curl -s https://packagecloud.io/install/repositories/rabbitmq/erlang/script.rpm.sh | sudo bash yum -y install erlang b、yum install -y socat 阅读全文
posted @ 2022-07-22 10:21 技术颜良 阅读(639) 评论(0) 推荐(0)
摘要: Docker 支持以下的 64 位 CentOS 版本: CentOS 7 CentOS 8 更高版本... 使用官方安装脚本自动安装 安装命令如下: curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun 也可以使用国内 阅读全文
posted @ 2022-07-22 09:06 技术颜良 阅读(40) 评论(0) 推荐(0)
摘要: 告警https://sysdig.com/blog/monitor-oracle-database-prometheus/ Prometheus监控oracle的配置1、下载oracle_exporter2、解压并授权3、启动oracledb_exporter前的配置环境变量配置共享库配置4、配置P 阅读全文
posted @ 2022-07-21 12:57 技术颜良 阅读(1575) 评论(0) 推荐(0)
摘要: find /home/tomcat8-hk/ -name '808*.sh' | xargs -i sed 's@CATALINA_HOME="/home/tomcat8-hk/apache-tomcat-7.0.105"@CATALINA_HOME="/home/tomcat8-hk/apache 阅读全文
posted @ 2022-07-19 10:05 技术颜良 阅读(30) 评论(0) 推荐(0)
摘要: 解决CentOS6停止更新支持后yum源失效 https://vault.centos.org/ wget -O /etc/yum.repos.d/CentOS-Base.repo http://file.kangle.odata.cc/repo/Centos-6.repo wget -O /etc 阅读全文
posted @ 2022-07-19 09:26 技术颜良 阅读(154) 评论(0) 推荐(0)
摘要: -- 下载最新版本 OpenSSH 从https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/下载最新版本openssh-8.2p1.tar.gz,将版本存放到某个目录下,没有特定要求,比如我放在了/home/ssh目录下 cd openssh-8. 阅读全文
posted @ 2022-07-18 20:06 技术颜良 阅读(494) 评论(0) 推荐(0)
摘要: 在服务器的/etc/logrotate.conf这个文件下将 4 week 改为24,默认日志转存是4周,将4周改为24周 阅读全文
posted @ 2022-07-18 15:23 技术颜良 阅读(1718) 评论(0) 推荐(0)
摘要: find / -name dump.rdb 发现有两个dump文件,这两个文件目录不一致,问题在于 redis.conf 文件属性dir,默认配置是dir ./ 表示在哪启动server时候的时候,dump.rdb就在哪生成 重点是 dir 的默认配置一定要改,改成确定路径,编辑redis.conf 阅读全文
posted @ 2022-07-18 10:24 技术颜良 阅读(1061) 评论(0) 推荐(0)
摘要: 如果是用apt-get或者yum install安装的redis,可以直接通过下面的命令停止/启动/重启redis/etc/init.d/redis-server stop/etc/init.d/redis-server start/etc/init.d/redis-server restart 如 阅读全文
posted @ 2022-07-18 08:07 技术颜良 阅读(740) 评论(1) 推荐(0)
上一页 1 ··· 105 106 107 108 109 110 111 112 113 ··· 257 下一页