Syntax
SHOW DATABASES [ LIKE_expression ];
Parameters
| Parameter or clause | Description |
|---|---|
| LIKE_expression | Filters the output based on names by applying pattern matching. See details in LIKE pattern matching expressions. |
Example
SHOW DATABASES;
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Use the SHOW DATABASES command to show all databases.
SHOW DATABASES [ LIKE_expression ];
| Parameter or clause | Description |
|---|---|
| LIKE_expression | Filters the output based on names by applying pattern matching. See details in LIKE pattern matching expressions. |
SHOW DATABASES;
Was this page helpful?