Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
2.5.1
-
None
Description
after upgrading to maxscale 2.5 we see the following hapening:
2020-07-26 13:44:34 info : (112318) [MariaDBAuth] Client 'centralqueue'@'138.203.58.136' is using an unsupported authenticator plugin ''. Trying to switch to 'mysql_native_password'.
but if we check the server we see the following:
MariaDB [(none)]> SELECT User, Host, Plugin from mysql.user where User = 'centralqueue';
---------------------------------------
User | Host | plugin |
---------------------------------------
centralqueue | % | mysql_native_password |
---------------------------------------
1 row in set (0.001 sec)
so its set to mysql native, but maxscale does not see this.
it seems this only happens for older clients
Attachments
Issue Links
- duplicates
-
MXS-3069 Unnecessary AuthSwitchRequest with old clients
- Closed