From cf4e6b47b78c95fbf6e78a91aadc07cd5fd10153 Mon Sep 17 00:00:00 2001 From: Jean-Marie Renouard Date: Tue, 6 Feb 2024 19:12:28 +0100 Subject: [PATCH] Adding informations about csv dump options --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 6d40546..cd7c12e 100644 --- a/README.md +++ b/README.md @@ -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. + +__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 ```bash