<?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/cloud-sql-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/cloud-sql-mysql/prebuilt-configs/index.xml" rel="self" type="application/rss+xml"/><item><title>Cloud SQL for MySQL</title><link>/integrations/cloud-sql-mysql/prebuilt-configs/cloud-sql-for-mysql/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/integrations/cloud-sql-mysql/prebuilt-configs/cloud-sql-for-mysql/</guid><description>&lt;h2 id="cloud-sql-for-mysql">Cloud SQL for MySQL&lt;/h2>
&lt;ul>
&lt;li>&lt;code>--prebuilt&lt;/code> value: &lt;code>cloud-sql-mysql&lt;/code>&lt;/li>
&lt;li>&lt;strong>Environment Variables:&lt;/strong>
&lt;ul>
&lt;li>&lt;code>CLOUD_SQL_MYSQL_PROJECT&lt;/code>: The GCP project ID.&lt;/li>
&lt;li>&lt;code>CLOUD_SQL_MYSQL_REGION&lt;/code>: The region of your Cloud SQL instance.&lt;/li>
&lt;li>&lt;code>CLOUD_SQL_MYSQL_INSTANCE&lt;/code>: The ID of your Cloud SQL instance.&lt;/li>
&lt;li>&lt;code>CLOUD_SQL_MYSQL_DATABASE&lt;/code>: The name of the database to connect to.&lt;/li>
&lt;li>&lt;code>CLOUD_SQL_MYSQL_USER&lt;/code>: The database username.&lt;/li>
&lt;li>&lt;code>CLOUD_SQL_MYSQL_PASSWORD&lt;/code>: The password for the database user.&lt;/li>
&lt;li>&lt;code>CLOUD_SQL_MYSQL_IP_TYPE&lt;/code>: The IP type i.e. &amp;ldquo;Public
or &amp;ldquo;Private&amp;rdquo; (Default: Public).&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>&lt;strong>Permissions:&lt;/strong>
&lt;ul>
&lt;li>&lt;strong>Cloud SQL Client&lt;/strong> (&lt;code>roles/cloudsql.client&lt;/code>) to connect to the
instance.&lt;/li>
&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>