Skip to content

Instantly share code, notes, and snippets.

@LQ80
Created January 21, 2020 10:33
Show Gist options
  • Save LQ80/c17eda516fd59b5619b690c2b41f130c to your computer and use it in GitHub Desktop.
Save LQ80/c17eda516fd59b5619b690c2b41f130c to your computer and use it in GitHub Desktop.
MySQL Show Databases
mysql -u root -p -e "show databases" -s --skip-column-names
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment