1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

Update mysql-logs.md

This commit is contained in:
paigeman 2023-08-03 10:43:59 +08:00 committed by GitHub
parent 91b135ad98
commit 5c307482e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,7 +153,7 @@ MySQL830 mysql:8.0.32
可以看到刚好是32个并且每个日志文件的大小是 `671088640 / 32 = 20971520`
所以在使用 MySQL 8.0.32 及之后的版本时,推荐使用 `innodb_redo_log_capacity` 变量配置日志文件组
所以在使用 MySQL 8.0.30 及之后的版本时,推荐使用 `innodb_redo_log_capacity` 变量配置日志文件组
### redo log 小结