mysql_list_indexes
Get a complete list of indexes for a specified MySQL table. Supply the table name and, optionally, a connection alias to view its index details.
Instructions
List all indexes on a specific MySQL table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alias | No | MySQL connection alias (optional, uses default if omitted) | |
| table_name | Yes | Name of the table to list indexes for |