You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]#