1
0

MySQL common

This commit is contained in:
2025-09-03 12:12:36 +08:00
parent 71c569c9bd
commit 3ba651cc51
+5 -2
View File
@@ -1,7 +1,10 @@
# InnoDB引擎页大小
# InnoDB引擎页大小16k
show global status like 'Innodb_page_size';
#
# Buffer Pool 128M
show variables like '%innodb_buffer_pool%';
# MySQL用户
select *
from mysql.user;