This is probably due to enabling client
This is probably due to enabling client cert security on the DB which Hyperdrive doesn't currently support, see https://discord.com/channels/595317990191398933/1359175343898099812/1359277139257458709
4 Replies
Got it! Hopefully it will be supported in subsequent releases. I found a PR for deno mysql that implements authSwitch: https://github.com/denodrivers/mysql/pull/137/files
GitHub
Support Authentication Method Mismatch by shiyuhang0 · Pull Reques...
#113
This pr supports the Authentication Method Mismatch described as https://dev.mysql.com/doc/dev/mysql-server/latest/page_protocol_connection_phase.html
CC @thomasgauvin ^ seems AuthSwitch (client certs) might be a common use-case
Thanks 😅