1 Answers
Hey there! The size of your instance shouldn’t make a difference. From any terminal you should be able to download the Cloud SQL Proxy with this command:
wget https://dl.google.com/cloudsql/cloud_sql_proxy.linux.amd64 -O cloud_sql_proxy
More info here: https://cloud.google.com/sql/docs/mysql/sql-proxy
Hope this helps!
Hi Tim – my console says -bash: wget: command not found
I had to sudo apt-get install wget