-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attempted to use login credentials, but they were invalid #420
Comments
C:\Program Files\MySQL\MySQL Server 8.0\bin>mysqladmin ping C:\Program Files\MySQL\MySQL Server 8.0\bin> Does this causing issue here ? |
Yes, |
I am new to MySQL, Can you please provide more details on this ? |
I wanted to know how to fix mysqltuner issue as mentioned above ? |
Have a look at FAQ And official documentation of course: This should help you :) |
I have updated password in my.cnf file but still getting same error: operable program or batch file. C:\Program Files\MySQL\MySQL Server 8.0\bin> |
Do you try with mysql command ? If it's not working manually with mysql/mysqladmin, it won't work with mysqltuner. Best regards, |
That's actually good advice
Docs should be updated to:
|
Attempted to use login credentials, but they were invalid (#420)
README updated with right config. I close this issue. |
C:\Program Files\MySQL\MySQL Server 8.0\bin>perl mysqltuner.pl --host abcd.rds.amazonaws.com --user username --pass 'password' --mysqladmin "C:\Program Files\MySQL\MySQL Server 8.0\bin" --mysqlcmd "C:\Program Files\MySQL\MySQL Server 8.0\bin" --forcemem 1024
[--] * Windows OS(Win10) is not fully supported.
[--] Skipped version check for MySQLTuner script
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
[--] Performing tests on abcd.rds.amazonaws.com:3306
[!!] Attempted to use login credentials, but they were invalid
C:\Program Files\MySQL\MySQL Server 8.0\bin>
I am getting above error when running mysqltuner script from remote machine on AWS RDS instance.
The text was updated successfully, but these errors were encountered: