PR268: Should not escape password hashes before inserting them in ProxySQL
General
Escalation
General
Escalation
Description
I encountered the issue upon using caching_sha2_password algorithm in Percona 8. Some hashes included newline characters ("\n"), which are being escaped by the admin-tool into "\n", thus invalidating them and preventing the user to connect.
I encountered the issue upon using caching_sha2_password algorithm in Percona 8. Some hashes included newline characters ("\n"), which are being escaped by the admin-tool into "\n", thus invalidating them and preventing the user to connect.
Please find the PULL REQUEST below: