<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Prebuilt Configs on MCP Toolbox for Databases</title><link>/integrations/mysql/prebuilt-configs/</link><description>Recent content in Prebuilt Configs on MCP Toolbox for Databases</description><generator>Hugo</generator><language>en</language><atom:link href="/integrations/mysql/prebuilt-configs/index.xml" rel="self" type="application/rss+xml"/><item><title>MySQL</title><link>/integrations/mysql/prebuilt-configs/mysql/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/integrations/mysql/prebuilt-configs/mysql/</guid><description>&lt;h2 id="mysql">MySQL&lt;/h2>
&lt;ul>
&lt;li>&lt;code>--prebuilt&lt;/code> value: &lt;code>mysql&lt;/code>&lt;/li>
&lt;li>&lt;strong>Environment Variables:&lt;/strong>
&lt;ul>
&lt;li>&lt;code>MYSQL_HOST&lt;/code>: The hostname or IP address of the MySQL server.&lt;/li>
&lt;li>&lt;code>MYSQL_PORT&lt;/code>: The port number for the MySQL server.&lt;/li>
&lt;li>&lt;code>MYSQL_DATABASE&lt;/code>: The name of the database to connect to.&lt;/li>
&lt;li>&lt;code>MYSQL_USER&lt;/code>: The database username.&lt;/li>
&lt;li>&lt;code>MYSQL_PASSWORD&lt;/code>: The password for the database user.&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>&lt;strong>Permissions:&lt;/strong>
&lt;ul>
&lt;li>Database-level permissions (e.g., &lt;code>SELECT&lt;/code>, &lt;code>INSERT&lt;/code>) are required to
execute queries.&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>&lt;strong>Tools:&lt;/strong>
&lt;ul>
&lt;li>&lt;code>execute_sql&lt;/code>: Executes a SQL query.&lt;/li>
&lt;li>&lt;code>list_tables&lt;/code>: Lists tables in the database.&lt;/li>
&lt;li>&lt;code>get_query_plan&lt;/code>: Provides information about how MySQL executes a SQL
statement.&lt;/li>
&lt;li>&lt;code>list_active_queries&lt;/code>: Lists ongoing queries.&lt;/li>
&lt;li>&lt;code>list_tables_missing_unique_indexes&lt;/code>: Looks for tables that do not have
primary or unique key contraint.&lt;/li>
&lt;li>&lt;code>list_table_fragmentation&lt;/code>: Displays table fragmentation in MySQL.&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul></description></item></channel></rss>