We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23b9430 commit 23f3a2eCopy full SHA for 23f3a2e
cloud-sql/mysql/mysql/test/proxy-setup.sh
@@ -38,7 +38,7 @@ else
38
echo "cloud-sql-proxy already downloaded"
39
fi
40
41
-./cloud-sql-proxy $CLOUD_SQL_CONNECTION_NAME $socket &
+./cloud-sql-proxy $socket $CLOUD_SQL_CONNECTION_NAME &
42
sleep 10
43
44
echo "Proxy ready for use"
0 commit comments