shi yuhang
shi yuhang
> @codeflows I test the TLS branch to connect to [TiDB Cloud](https://www.pingcap.com/tidb-cloud/). But fail with > > ``` > error: Uncaught (in promise) Error: Currently cannot support auth method mismatch!...
I search the code and get the following result ``` export default function auth( authPluginName: string, password: string, seed: Uint8Array, ) { switch (authPluginName) { case "mysql_native_password": return mysqlNativePassword(password, seed);...
> @mrl5 The docs site is outdated. It was supported. I guess recent changes broke it😢. Trying fixing... It seems you have fixed it https://github.com/denodrivers/mysql/pull/142. I am curious about the...
@lideming Is there any reference for Authentication Method Mismatch protocol? The link is invalid now. I'd like to do some research and willing to contribute if it is in my...
@lideming PTAL https://github.com/denodrivers/mysql/pull/137 But I don't known how to test it.
@segevda thanks for your contribution!
roughly approve. But will client-java return row with checksums col before this optimize? checksum seems a feature of tidb and it does not exist in TiKV, which means it may...
> @shiyuhang0 thanks for bringing this issue to our attention! When you get this error message, does it work on retry? It doesn't happen every time, but retry does not...
This PR can run on Cloudflare Workers with the following database: - MySQL 5 - MySQL 8 - TiDB Serverless Cluster - PlanetScale @sidorares could you please approve to run...
> @shiyuhang0 @Mini256 thanks for working on this! Could you document simple steps I can follow to try it myself? https://github.com/sidorares/node-mysql2/pull/2289/commits/cc3458f23b222e49856d5acc14faa6f99f0671ee This commit adds a step-by-step tutorial. Since it's user-facing,...