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
I run successfully ProxySQL in Version 1.4.2. After upgrading to 1.4.3 (All are compiled by my own) I'm
not able to login anymore as admin. I got following error message from mysql
# mysql -u admin -p -h127.0.0.1 -P6032 --prompt='Admin> ' Enter password: ERROR 1045 (28000): ProxySQL Error: Access denied for user 'admin'@'' (using password: YES)
The only special thing is that my admin password is encrypted in the config (admin:*94BDC...)
But until version 1.4.2 I didn't experience any problems.
Also in the Log (ProxySQL) I didn't see anything.
ProxySQL Version 1.4.3
MySQL Version mysql Ver 15.1 Distrib 10.2.9-MariaDB, for Linux (x86_64) using EditLine wrapper
OS SUSE Linux Enterprise Server 12 SP2
Any clue? Many thanks for your help!
Benjamin
The text was updated successfully, but these errors were encountered:
benjamingrogg
changed the title
admin login Problems after upgrading to 1.4.3
Admin login problems after upgrading to 1.4.3
Oct 27, 2017
Hi everyone
I run successfully ProxySQL in Version 1.4.2. After upgrading to 1.4.3 (All are compiled by my own) I'm
not able to login anymore as admin. I got following error message from mysql
# mysql -u admin -p -h127.0.0.1 -P6032 --prompt='Admin> '
Enter password:
ERROR 1045 (28000): ProxySQL Error: Access denied for user 'admin'@'' (using password: YES)
The only special thing is that my admin password is encrypted in the config (admin:*94BDC...)
But until version 1.4.2 I didn't experience any problems.
Also in the Log (ProxySQL) I didn't see anything.
ProxySQL Version 1.4.3
MySQL Version mysql Ver 15.1 Distrib 10.2.9-MariaDB, for Linux (x86_64) using EditLine wrapper
OS SUSE Linux Enterprise Server 12 SP2
Any clue? Many thanks for your help!
Benjamin
The text was updated successfully, but these errors were encountered: