File tree Expand file tree Collapse file tree 3 files changed +317
-233
lines changed Expand file tree Collapse file tree 3 files changed +317
-233
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ Features list for option: --feature (dev only)
26
26
* mysql_routines
27
27
* mysql_setup
28
28
* mysql_stats
29
+ * mysql_table_structures
29
30
* mysql_tables
30
31
* mysql_triggers
31
32
* mysql_version_eq
Original file line number Diff line number Diff line change 1
1
# NAME
2
2
3
- MySQLTuner 2.1 .5 - MySQL High Performance Tuning Script
3
+ MySQLTuner 2.2 .5 - MySQL High Performance Tuning Script
4
4
5
5
# IMPORTANT USAGE GUIDELINES
6
6
@@ -62,8 +62,10 @@ You must provide the remote server's total memory when connecting to other serve
62
62
--nocolstat Don't print column information
63
63
--idxstat Print index information
64
64
--noidxstat Don't print index information
65
+ --nomyisamstat Don't print MyIsam information
65
66
--sysstat Print system information
66
67
--nosysstat Don't print system information
68
+ --nostructstat Don't print table structures information
67
69
--pfstat Print Performance schema
68
70
--nopfstat Don't print Performance schema
69
71
--bannedports Ports banned separated by comma (,)
You can’t perform that action at this time.
0 commit comments