Compare commits
2 Commits
f544e5f59f
...
ebc5e94b7c
| Author | SHA1 | Date | |
|---|---|---|---|
| ebc5e94b7c | |||
| 729f880624 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
|||||||
.idea
|
.idea
|
||||||
.vscode
|
.vscode
|
||||||
|
tmp*.sql
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user