Google Certified Professional Data Engineer

Sign Up Free or Log In to participate!

wget cloud_sql_proxy.linux.amd64 is not working

wget https://dl.google.com/cloudsql/cloud_sql_proxy.linux.amd64 -O cloud_sql_proxy is not working, I choose e2-Small

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!

Nkhilnan

Hi Tim – my console says -bash: wget: command not found

Nkhilnan

I had to sudo apt-get install wget

Sign In
Welcome Back!

Psst…this one if you’ve been moved to ACG!

Get Started
Who’s going to be learning?