sysown / proxysql

High-performance MySQL proxy with a GPL license.
http://www.proxysql.com
GNU General Public License v3.0
6.05k stars 983 forks source link

Fix assert for `COM_CHANGE_USER` packets with hashed password for 'caching_sha2_password' #4619

Closed JavierJF closed 3 months ago

JavierJF commented 3 months ago

Until #4618 is implemented, we reply with an auth failure for all COM_CHANGE_USER packets, including those ones that include the hashed password when using caching_sha2_password as an authentication method.

See #4618 for more details about the limitation.