Description
deno 1.19.2
MySQL Community Server 8.0.28
https://deno.land/x/[email protected]
https://deno.land/x/[email protected]/mod.ts
跑起来报错:
error: Uncaught (in promise) Error: Currently cannot support auth method mismatch!
throw new Error("Currently cannot support auth method mismatch!");
^
at PoolConnection._connect (https://deno.land/x/[email protected]/src/connection.ts:104:17)
at async PoolConnection.connect (https://deno.land/x/[email protected]/src/connection.ts:148:5)
at async Client.createConnection (https://deno.land/x/[email protected]/src/client.ts:47:5)
at async DeferredStack.creator (https://deno.land/x/[email protected]/src/pool.ts:61:20)
at async DeferredStack.pop (https://deno.land/x/[email protected]/src/deferred.ts:35:16)
at async ConnectionPool.pop (https://deno.land/x/[email protected]/src/pool.ts:93:14)
at async Client.useConnection (https://deno.land/x/[email protected]/src/client.ts:105:24)
at async Client.execute (https://deno.land/x/[email protected]/src/client.ts:96:12)