-
Notifications
You must be signed in to change notification settings - Fork 997
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
Authentication not working properly in case of compressed connection #2793
Comments
JavierJF
added a commit
that referenced
this issue
May 14, 2020
Reopening this, there is no full PR yet for 2.1.0 |
JavierJF
added a commit
to JavierJF/proxysql
that referenced
this issue
May 18, 2020
…se of 'switching_auth'
JavierJF
added a commit
to JavierJF/proxysql
that referenced
this issue
May 18, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
When trying to execute a query in a compressed connection, connection is dropped by proxysql, but in case of using
--default-auth=mysql_native_password
everything works as expected.Version
Confirmed OSs:
ProxySQL version:
Steps to reproduce the issue
mysql -uroot -proot -h 127.0.0.1 -P6033 -C -e "select 1";
Relevant log info
After executing the given command, mysql client replies with:
While proxysql shows that it has received an unknown command:
Full error log:
compress-auth.txt
The text was updated successfully, but these errors were encountered: