Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
document that sha256 and caching_sha2 plugins doesn't work properly
Even if you use print_identified_with_as_hex to prevent the password to contains binary characters. I think this is because PyMySQL and mysqlclient wrap the password in quote. We could try to convert to another python connector, like mysql-connector-python.
- Loading branch information