eavz
MySQL

MySQL

The world's most popular open-source database

6 actions

Actions

Name
find_rows

Reads rows from a table

insert_row

Inserts a new row into a table

update_row

Updates one or more rows in a table

delete_row

Deletes one or more rows from a table

get_tables

Returns a list of tables in the database

execute_query

Executes a query on the mysql database and returns the results

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'mysql',
  actionName: 'find_rows',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect MySQL to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does MySQL support?

MySQL supports 6 actions including Find Rows, Insert Row, Update Row, Delete Row, Get Tables, and more.

Can I use MySQL with AI agents?

Yes. Add MySQL to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does MySQL use?

MySQL uses Custom. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the MySQL integration cost?

The MySQL integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

Connect MySQL in 2 minutes

Get 1,000 free actions every month. No credit card required.