mysql_list_databases
List all databases on a MySQL connection. Provide a connection ID if multiple connections exist.
Instructions
List all databases on a MySQL connection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connectionId | No | Id of the mysql connection to use. Optional when only one mysql connection is configured. |