Mysql 8.4.0 结合 Docker 搭建GTID主从复制,以及传统
注意:本教程不适用旧版本,Mysql 8.4.0 和 旧版本,主从复制相关命令有所变化,具体区别请看文末参考 软件版本 Docker:26.1.3 Mysql:8.4.0 GTID主从复制 1.准备主从两台服务器 2.两台服务器... 2025-03-18 22:23:13MySQL5.7 通过逻辑备份迁移到GreatSQL注意事项
一、背景概述 在将数据库从MySQL 5.7迁移到GreatSQL8.0.32时,由于数据量较小且关注安全性,决定使用mysqldump执行逻辑备份,并将数据导入GreatSQL。但在备份时采用了备份全库(--all-databases)的... 2025-03-18 22:23:11MySQL InnoDB Cluster如何定位或找出超过事务大小的
在MySQL InnoDB Cluster中,有一个系统变量/参数group_replication_transaction_size_limit控制着事务的大小,如下所示 mysql> select @@global.group_replication_transacti... 2025-03-18 22:23:07MySQL 8.0 Reference Manual(读书笔记61节--Examining Ser
To ascertain【ˌæsərˈteɪn 查明;弄清;】 what your MySQL server is doing, it can be helpful to examine【ɪɡˈzæmɪn 检查;审查;(仔细地)检验;调查;考察;考查;测验(某人);(尤指在法庭上... 2025-03-18 22:22:53MySQL 8.0 Reference Manual(读书笔记60节--Optimizing th
第一部分 Optimizing the MySQL Server This section discusses optimization techniques for the database server, primarily dealing with system configurat... 2025-03-18 22:22:51MySQL 8.0 Reference Manual(读书笔记59节-- Buffering an
第一部分 Buffering and Caching MySQL uses several strategies that cache information in memory buffers to increase performance. 1 InnoDB Buffer Pool O... 2025-03-18 22:22:49