摘要: mysql主从复制:sql打到masster,会有binlog存放sql, 当binlog发生改变,master与slave 通过IO Thread交互,relaylog复制了master的binlog,slave通过SQLThread来回放sql,保持主从数据的一致性;当并发请求sql过多时候,通 阅读全文
posted @ 2023-06-30 17:29 northli 阅读(7) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/github_39083395/article/details/104472129 阅读全文
posted @ 2023-06-30 10:23 northli 阅读(149) 评论(0) 推荐(0) 编辑
摘要: pom.xml中取消数据库相关的配置,maven的相关的数据库依赖包删除,右击项目open module settings 阅读全文
posted @ 2023-06-30 10:00 northli 阅读(317) 评论(0) 推荐(0) 编辑