Skip to content

add noask for cronjobs etc so mysqltuner would not ask for anything #110

@gemal

Description

@gemal

would be nice to have the ability to call mysqltuner with "--noask" and it would NOT ask for any login information if the provided login info was wrong
The would prevent a cronjob hanging forever

[root@vm0268 util]# perl mysqltuner.pl --user mysqltuner
Please enter your MySQL administrative login:

so I would get:

[root@vm0268 util]# perl mysqltuner.pl --user mysqltuner --noask
Attempted to use login credentials, but they were invalid
[root@vm0268 util]#

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions