Pinned Loading
-
gmail.py
gmail.py 1from email.mime.text import MIMEText
2import smtplib
34gmail_username = '[email protected]'
5recipients = '[email protected]'
-
-
-
-
Google Cloud SQL Proxy
Google Cloud SQL Proxy 1## https://cloud.google.com/sql/docs/mysql/sql-proxy
2## install Google cloudsql proxy
3# wget https://dl.google.com/cloudsql/cloud_sql_proxy.linux.amd64 -O cloud_sql_proxy
4# sudo mv cloud_sql_proxy /usr/local/bin/
5# sudo chmod +x /usr/local/bin/cloud_sql_proxy
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.