Skip to content

Instantly share code, notes, and snippets.

@gguuss
Created October 30, 2019 15:54
Show Gist options
  • Save gguuss/4ca9fedfb56795006b339749023c7b30 to your computer and use it in GitHub Desktop.
Save gguuss/4ca9fedfb56795006b339749023c7b30 to your computer and use it in GitHub Desktop.
gcloud config set project <your-project-id>
gcloud sql connect wifistr --user=root
use wifistr
select * from wifistr;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment