SHOW SCHEMAS
Lists all the databases on the MySQL host:
SHOW SCHEMAS
Note: The above query is a synonym for
SHOW DATABASES
by Valeri Tandilashvili
4 years ago
MySQL
SHOW
1
Pro tip: use ```triple backticks around text``` to write in code fences