1
0
This commit is contained in:
2025-09-03 12:12:36 +08:00
parent 71c569c9bd
commit d56729ce9f

View File

@@ -1,7 +1,10 @@
# InnoDB引擎页大小 # InnoDB引擎页大小
show global status like 'Innodb_page_size'; show global status like 'Innodb_page_size';
# 查询用户 # Buffer Pool 默认大小是 128M
show variables like '%innodb_buffer_pool%';
# 查询MySQL用户
select * select *
from mysql.user; from mysql.user;