From 4f7b0e7b7736dbcae71f9a50ea0588518d155c50 Mon Sep 17 00:00:00 2001 From: Fortern Date: Sun, 26 Oct 2025 04:13:00 +0800 Subject: [PATCH] update --- MySQL/common.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MySQL/common.sql b/MySQL/common.sql index 0c11b97..809dc27 100644 --- a/MySQL/common.sql +++ b/MySQL/common.sql @@ -1,4 +1,4 @@ -# InnoDB引擎页大小 +# InnoDB引擎页大小,默认16k show global status like 'Innodb_page_size'; # Buffer Pool 默认大小是 128M