Shows all the databases that the current user has access to
SHOW DATABASES
The following query is a synonym of the above query. Both of them list all the databases on the MySQL host:
SHOW SCHEMAS
by Valeri Tandilashvili
4 years ago
MySQL
SHOW
Full MySQL Course for Beginners
1
Pro tip: use ```triple backticks around text``` to write in code fences