major / MySQLTuner-perl

MySQLTuner is a script written in Perl that will assist you with your MySQL configuration and make recommendations for increased performance and stability.
GNU General Public License v3.0
8.79k stars 1.27k forks source link

Attempted to use login credentials, but they were invalid #781

Open Eddcapone opened 2 months ago

Eddcapone commented 2 months ago

I get Attempted to use login credentials, but they were invalid even though the credentials are 100% true.

I guess they are too complex for this tool.

My password is like: J-GHs[Rx.6[Ggdfaqe8Ay

I used it like this: perl mysqltuner.pl --user myuser pass='J-GHs[Rx.6[Ggdfaqe8Ay'

Eddcapone commented 2 months ago

I noticed that it even fails with a password with only letters. I guess I need to use the root user and password for this script?