Closed rainingmaster closed 4 years ago
@rainingmaster Such a big PR! I am reading on it, but I need some time to finish the review.
@rainingmaster Such a big PR! I am reading on it, but I need some time to finish the review.
So thanks!
@spacewander done, could you help me check again?
@zhuizhuhaomeng Hi, could you help me review this PR? So thx
Update the auth method in connct, ported from go-sql-driver/mysql. Now we support not only mysql_native_password, but also caching_sha2_password, sha256_password(default auth plugin from mysql 8.0) now.
TODO: support mysql_old_password, and add some test cases for it.