Overview
Stigg’s integration with MySQL allows you to export your product catalog, customer, and subscription data directly to your MySQL database for custom reporting and analysis.Stigg’s native data export integrations are included in the Scale plan, and are also available as an optional add-on to the Growth plan. See Stigg’s pricing for more details.
Exported entities
When connecting MySQL, you can choose which Stigg entity groups to include in the sync. All groups are selected by default. See Exported entities for the full list of entity groups and the tables within each.Entity schema
Setting up the integration
Prerequisites
You’ll need a MySQL instance with a database and a user that has permission to create tables and write data in the target schema.Connect Stigg with MySQL
In Stigg, navigate to Integrations > Apps > MySQL.Enter the following information in the connection form:
Click Test & connect.
| Field | Description |
|---|---|
| Host | The hostname or IP address of your MySQL server |
| Port | The port MySQL listens on. Defaults to 3306. |
| Database | The name of the target database |
| Schema | The schema where Stigg will create and sync tables |
| Username | The MySQL user Stigg will authenticate as |
| Password | The password for the MySQL user |
Select entities to export
After entering your connection details, expand the Entities to export section to choose which entity groups to include in the sync. All groups are selected by default.See Exported entities for a description of each group.
