Adding informations about csv dump options
This commit is contained in:
parent
c1d00b994a
commit
cf4e6b47b7
1 changed files with 8 additions and 0 deletions
|
@ -295,6 +295,14 @@ perl mysqltuner.pl --silent --reportfile /tmp/result_mysqltuner.txt --template=/
|
||||||
|
|
||||||
__Important__: [Text::Template](https://metacpan.org/pod/Text::Template) module is mandatory for `--reportfile` and/or `--template` options, because this module is needed to generate appropriate output based on a text template.
|
__Important__: [Text::Template](https://metacpan.org/pod/Text::Template) module is mandatory for `--reportfile` and/or `--template` options, because this module is needed to generate appropriate output based on a text template.
|
||||||
|
|
||||||
|
|
||||||
|
__Usage:__ Dumping all information_schema and sysschema views as csv file into results subdirectory
|
||||||
|
|
||||||
|
```bash
|
||||||
|
perl mysqltuner.pl --verbose --dumpdir=./result
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
__Usage:__ Enable debugging information
|
__Usage:__ Enable debugging information
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in a new issue