Created
January 21, 2020 10:33
-
-
Save LQ80/c17eda516fd59b5619b690c2b41f130c to your computer and use it in GitHub Desktop.
MySQL Show Databases
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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