From 7e8896bd1568cb3a4e25d99bc5856a1662407c17 Mon Sep 17 00:00:00 2001 From: Eno Compton Date: Thu, 9 Nov 2023 11:08:31 -0700 Subject: [PATCH] Update migration-guide.md --- migration-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/migration-guide.md b/migration-guide.md index 985620827..049bf496c 100644 --- a/migration-guide.md +++ b/migration-guide.md @@ -97,7 +97,7 @@ but recognize in some legacy environments `--auto-ip` may be necessary. In v1 it was possible to do this: ``` shell -export INSTANCES="=tcp:3307,=tcp:5432" +export INSTANCES="=tcp:3306,=tcp:5432" ./cloud_sql_proxy ``` @@ -108,7 +108,7 @@ All flags can be set with an environment variable including instance connection For example, in v2 this is possible: ``` -export CSQL_PROXY_INSTANCE_CONNECTION_NAME_0="?port=3307" +export CSQL_PROXY_INSTANCE_CONNECTION_NAME_0="?port=3306" export CSQL_PROXY_INSTANCE_CONNECTION_NAME_1="?port=5342" export CSQL_PROXY_AUTO_IAM_AUTHN=true