Skip to main content
Skip table of contents

MySql Db Store


Description

Connection to a MySql database

Type

mysql

Category

Db


Configuration

Name

Description

Type

Mandatory

Comment

ConnectionString

The connection string to connect to the database

string

TRUE


CODE
{
    "Name": "propilot",
    "Type": "mysql",
    "HealthCheck": true,
    "Config": {
        "ConnectionString": "Server=10.0.20.5;Port=3306;User Id=datafactory;Password=xxx;Database=imexkpis"
    }
}


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.