mysql_list_indexes
List all indexes for a MySQL table to understand its indexing structure.
Instructions
Show all indexes for a specified MySQL table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| database | No | ||
| connectionId | No | Id of the mysql connection to use. Optional when only one mysql connection is configured. |