connect
Connect to a MySQL database by providing a connection string. The connection persists for subsequent queries until changed.
Instructions
Connect to a MySQL database using a connection string. The connection will be used for subsequent queries until changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connectionString | Yes | MySQL connection string (e.g., mysql://user:password@host:port/database) |