摘要: Linux CentOS 7 安装 Kafka 2.8.2 - 单机版 & JDK 11 & 切换 JDK版本 & cmak SpringBoot Kafka SSL接入点PLAIN机制收发消息 KafkaProducerConfig package com.example.springboot.c 阅读全文
posted @ 2022-06-30 15:44 VipSoft 阅读(267) 评论(0) 推荐(0)
摘要: Linux CentOS 7 安装 Kafka 2.8.2 - 单机版 & JDK 11 & 切换 JDK版本 & cmak Kafka Config applycation.yml spring: # https://developer.aliyun.com/article/784990 kafk 阅读全文
posted @ 2022-06-30 15:43 VipSoft 阅读(430) 评论(0) 推荐(0)
摘要: Error Code : 1381You are not using binary logging show variables like '%log_bin%'; 在mysqld配置项下面加上log_bin=mysql_bin [mysqld] log-bin="C:/Program Files/ 阅读全文
posted @ 2022-06-30 09:29 VipSoft 阅读(316) 评论(0) 推荐(0)
摘要: 如图:我们将删除 id=2的数据,并恢复 SHOW BINARY LOGS; You are not using binary logging show binlog events in 'mysql-bin.000001' 导出删除日期范围内的binlog日志 #根据时间段 mysqlbinlog 阅读全文
posted @ 2022-06-30 09:26 VipSoft 阅读(495) 评论(0) 推荐(0)