Skip to content

Commit 9b7f6f5

Browse files
docs: add notice about MySQL 8.4 and caching sha2 plugin (#2360)
1 parent 14d56ca commit 9b7f6f5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
[![CI][ci-badge]][ci-build]
44

5+
> [!IMPORTANT]
6+
>
7+
> The Cloud SQL Auth Proxy does not currently support Unix domain socket
8+
> connections to MySQL 8.4 instances. This is due to a [known issue](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/issues/2317)
9+
> involving the new default `caching_sha2_password` authentication plugin.
10+
511
The Cloud SQL Auth Proxy is a utility for ensuring secure connections to your
612
Cloud SQL instances. It provides IAM authorization, allowing you to control who
713
can connect to your instance through IAM permissions, and TLS 1.3 encryption,

0 commit comments

Comments
 (0)