mysql_list_databases
Retrieve a complete list of all databases available on your MySQL server for database management and selection purposes.
Instructions
List all databases on the MySQL server
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}