Firstly, You need to install Google Cloud SDK and check if you have gcloud command available in terminal. After installing gcloud you need to configure gcloud sdk by running gcloud init command. Secondly, I am assuming, you have configured your Google Cloud SQL instance for your project. If yes, then continue, otherwise you need to read “Google Cloud SQL Quickstarter Guide“. Now Download cloud_sql_proxy.linux.amd64 package in your local machine with "sudo wget https://dl.google.com/cloudsql/cloud_sql_proxy.linux.amd64" this command. Thirdly, Rename by mv cloud_sql_proxy.linux.amd64 cloud_sql_proxy …