My SQL
The My SQL connector allows you to connect directly to MySQL, an open-source database. Once connected, you can create tabular assets that pull data from your source database into the platform.
Unlike storage connectors (e.g., Amazon S3 or Google Cloud Storage), which connect to data in files or object stores, the My SQL connector is a database connector that enables access to structured data stored in relational databases. It currently supports creating tabular assets and cannot be used as an export location.
Prerequisites
Before setting up a MySQL you must have the following information:
Host – Your database host’s IP (e.g., 1.1.1.2) or domain (e.g., my.server.com)
Port –
Database ( Optional for SQL Server, required for Synapse Dedicated Pools) – Specify this to limit the connector’s scope or target a specific database
Minimum Role/Permission:
SELECT on information_schema + target tables
Username and Password – Credentials for the user account with read access to the required data
Firewall Rules – Ensure the platform’s IP ranges are permitted in your database
Creating the Connector
Navigate to Manage from the navigation bar.
Select Connectors to open the Manage Connectors screen.
Click Create Connector in the top right corner.
Enter a Name for your connector and an optional Description.
Select Type → My SQL:
Enter the required connection details:
Host
Port
Database (if applicable)
Username
Password
Add any Integration Metadata if needed for programmatic integration.
Click Create to save the connector.
Click Close to return to the Connectors screen.
Creating an Asset
To create a tabular asset using your My SQL
Select Create Asset from the navigation bar.
Choose Tabular as the asset type.
Select your My SQL connector from the list.
If your connector does not have a database specified, choose a database from the dropdown.
Select a Schema and Table/View.
Complete the remaining configuration steps and Release the asset.
Once released, the asset can be:
Shared directly with other users
Added to a data product
Consumed via data sharing or integrations
The database user configured in the connector must have read access to all schemas and tables intended for asset creation. For best practice, use a service account created specifically for the platform integration, rather than a personal or admin account.