cloud-sql-mysql-admin

Provision and manage Google Cloud SQL for MySQL instances, databases, and users.

2|1|Updated May 25, 2026
One-click install
npx skills add https://github.com/interflownex/All-in-One --skill cloud-sql-mysql-admin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloud-sql-mysql-admin
Source: https://github.com/interflownex/All-in-One/tree/main/.gemini/skills/cloud-sql-mysql-admin
Command: npx skills add https://github.com/interflownex/All-in-One --skill cloud-sql-mysql-admin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @toolbox-sdk/server, and includes scripts (resource) components.

What problem does it solve?

This skill simplifies the operational overhead of managing Google Cloud SQL for MySQL instances, removing the need for manual console navigation or complex gcloud command-line sequences.

Core Features & Use Cases

  • Infrastructure Provisioning: Rapidly create and configure new MySQL instances with specific edition presets.
  • Database & User Lifecycle: Automate the creation of databases and users, including IAM-based access control.
  • Operational Monitoring: Easily list existing resources and track the status of long-running infrastructure operations.

Quick Start

Use the cloud-sql-mysql-admin skill to create a new production-ready MySQL instance named my-database-server in the current project.

Frequently Asked Questions about cloud-sql-mysql-admin

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Google Cloud SQL for MySQL instance provisioning?

Automate Google Cloud SQL for MySQL instance provisioning by running infrastructure scripts that create and configure new MySQL instances with specific edition presets. This removes manual console navigation and complex gcloud command-line sequences.

Can I manage IAM-based database user accounts on Cloud SQL for MySQL programmatically?

Yes, you can manage IAM-based database user accounts on Cloud SQL for MySQL programmatically. The skill automates the creation of databases and users, facilitating secure database access management for cloud-native applications.

What is the best way to track the status of long-running Cloud SQL MySQL operations?

The best way to track the status of long-running Cloud SQL MySQL operations is using automated infrastructure scripts to list existing resources and monitor operational status without manual console checks.

Do I need infrastructure-as-code workflows to manage Cloud SQL MySQL databases?

You need infrastructure-as-code workflows to manage Cloud SQL MySQL databases if you require programmatic lifecycle operations including instance creation, database initialization, and secure access management for cloud-native applications.

Does this approach work with existing GCP infrastructure tools and dependencies?

This approach works with existing GCP infrastructure tools through the @toolbox-sdk/server dependency, executing automated scripts to provision and manage Google Cloud SQL for MySQL instances within your current project.