You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix(cloud-sql-proxy): Correct port specification for Cloud SQL proxy (#1362)
Specifically, this commit:
- Modifies `cloud-sql-proxy.sh` to replace '=tcp:' with '?port=' in the instance connection strings for both the Hive metastore and any additional instances.
- Updates the `README.md` to reflect the correct metadata format for specifying additional instances.
This ensures compatibility with the updated Cloud SQL proxy and prevents connection failures.
Co-authored-by: Dilip Godhia <[email protected]>
Copy file name to clipboardExpand all lines: cloud-sql-proxy/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ metadata on a given Cloud SQL instance.
15
15
Specifically:
16
16
***MySQL 8.4 has updated its security model that were incompatible with the earlier version of this CloudSQL Proxy script.**
17
17
18
+
18
19
To avoid connectivity issues, we highly recommend:
19
20
***Always testing your Cloud SQL Proxy configuration thoroughly** before adopting new Cloud SQL database versions or enabling advanced security features like Shared CA or Customer-managed CA.
20
21
@@ -84,7 +85,7 @@ shared hive metastore.
84
85
a. Optionally add other instances, paired with distinct TCP ports for further I/O.
0 commit comments