1
0

Compare commits

..

2 Commits

Author SHA1 Message Date
ebc5e94b7c update 2025-09-03 12:12:42 +08:00
729f880624 mysql 2025-09-03 12:12:36 +08:00
2 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
.idea
.vscode
tmp*.sql

View File

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