Back to all

mysql-database

by zds

00Feb 6, 2026Visit Source
Connect to MySQL databases to inspect schemas, explore table structures, and execute queries. Use when Claude needs to: (1) View all databases or tables in a MySQL instance, (2) Examine table structure including columns, data types, indexes, and foreign keys, (3) Execute SELECT queries to retrieve data, (4) Understand database schema and relationships. Works with configuration files for secure credential management.