Skip to content
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

Admin login problems after upgrading to 1.4.3 #1221

Closed
benjamingrogg opened this issue Oct 27, 2017 · 2 comments
Closed

Admin login problems after upgrading to 1.4.3 #1221

benjamingrogg opened this issue Oct 27, 2017 · 2 comments

Comments

@benjamingrogg
Copy link

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

@benjamingrogg 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
renecannao added a commit that referenced this issue Oct 27, 2017
It was working till version 1.4.2
Bug introduced in 1.4.3
Feature reintroduced in 1.4.4
@renecannao
Copy link
Contributor

@benjamingrogg : issue confirmed and fixed in next 1.4.4 .
Since you are compiling 1.4.3 yourself, you can apply this one line fix yourself: ba423d2

Thanks

@benjamingrogg
Copy link
Author

Thanks a lot René, patch works for me with 1.4.3.
Best regards,
Benjmain

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants