← Back 🏠 Categories

App: app_1YMhwo

Fetched from /v1/connect/apps/app_1YMhwo  ·  Slug: mysql

id app_1YMhwo
name_slug mysql
name MySQL
auth_type keys
description MySQL is an open-source relational database management system.
img_src https://assets.pipedream.net/s.v0/app_1YMhwo/logo/orig
custom_fields_json [{"name":"host","label":"Host","description":"The hostname or IP address of your MySQL server","default":null,"optional":null,"enable_extract":null},{"name":"port","label":"Port","description":"`3306`, unless you run MySQL on a different port","default":"3306","optional":null,"enable_extract":null},{"name":"username","label":"Username","description":"The account username to log in","default":null,"optional":null,"enable_extract":null},{"name":"database","label":"Database","description":"The name of the MySQL database to run queries against","default":null,"optional":null,"enable_extract":null},{"name":"use_pd_sql_proxy","label":"Use a shared static IP","description":"Enable requests from this database connection to originate from a shared static IP that you can add to your database allow-list.\n\n**Add this IP block to your database allow-list: `44.223.89.56/29`**","default":"true","optional":null,"type":"boolean"},{"name":"password","label":"Password","description":"The account password to log in","default":null,"optional":true,"type":"password"},{"name":"ca","label":"SSL CA Bundle","description":"The Certificate Authority text to use for the connection. E.g. (`-----BEGIN CERTIFICATE-----\\\\nMIIDBTCCAe2gAwIBAgIJA...`)","default":null,"optional":true,"enable_extract":true},{"name":"key","label":"SSL Private Key","description":"The key text to use for the connection. E.g. (`-----BEGIN PRIVATE KEY-----\\\\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDQ...`)","default":null,"optional":true,"enable_extract":true},{"name":"cert","label":"SSL Client Certificate","description":"The certificate text to use for the connection. E.g. (`-----BEGIN CERTIFICATE-----\\\\nMIIDBTCCAe2gAwIBAgIJA...`)","default":null,"optional":true,"enable_extract":true},{"name":"ssl_verification_mode","label":"SSL Verification Mode","description":"**Full Verification (default)**: Verifies that the server's SSL certificate is from a trusted Certificate Authority, and that the certificate's hostname matches the server you're connecting to.\n\n**Verify CA Certificate**: Verifies that the server's SSL certificate is signed by a trusted Certificate Authority.\n\n**Skip Verification**: Bypasses SSL certificate validation, which is not recommended. This can be useful for testing with self-signed certificates.","default":"verify_identity","optional":true,"type":"options","options":[{"label":"Full Verification","value":"verify_identity"},{"label":"Verify CA Certificate","value":"verify_ca"},{"label":"Skip Verification","value":"skip_verification"}]}]
categories
[
  "Databases"
]
featured_weight 1000000010
connect
{
  "allowed_domains": null,
  "base_proxy_target_url": null,
  "proxy_enabled": false
}
Show raw API payload
{
  "data": {
    "id": "app_1YMhwo",
    "name_slug": "mysql",
    "name": "MySQL",
    "auth_type": "keys",
    "description": "MySQL is an open-source relational database management system.",
    "img_src": "https://assets.pipedream.net/s.v0/app_1YMhwo/logo/orig",
    "custom_fields_json": "[{\"name\":\"host\",\"label\":\"Host\",\"description\":\"The hostname or IP address of your MySQL server\",\"default\":null,\"optional\":null,\"enable_extract\":null},{\"name\":\"port\",\"label\":\"Port\",\"description\":\"`3306`, unless you run MySQL on a different port\",\"default\":\"3306\",\"optional\":null,\"enable_extract\":null},{\"name\":\"username\",\"label\":\"Username\",\"description\":\"The account username to log in\",\"default\":null,\"optional\":null,\"enable_extract\":null},{\"name\":\"database\",\"label\":\"Database\",\"description\":\"The name of the MySQL database to run queries against\",\"default\":null,\"optional\":null,\"enable_extract\":null},{\"name\":\"use_pd_sql_proxy\",\"label\":\"Use a shared static IP\",\"description\":\"Enable requests from this database connection to originate from a shared static IP that you can add to your database allow-list.\\n\\n**Add this IP block to your database allow-list: `44.223.89.56/29`**\",\"default\":\"true\",\"optional\":null,\"type\":\"boolean\"},{\"name\":\"password\",\"label\":\"Password\",\"description\":\"The account password to log in\",\"default\":null,\"optional\":true,\"type\":\"password\"},{\"name\":\"ca\",\"label\":\"SSL CA Bundle\",\"description\":\"The Certificate Authority text to use for the connection. E.g. (`-----BEGIN CERTIFICATE-----\\\\\\\\nMIIDBTCCAe2gAwIBAgIJA...`)\",\"default\":null,\"optional\":true,\"enable_extract\":true},{\"name\":\"key\",\"label\":\"SSL Private Key\",\"description\":\"The key text to use for the connection. E.g. (`-----BEGIN PRIVATE KEY-----\\\\\\\\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDQ...`)\",\"default\":null,\"optional\":true,\"enable_extract\":true},{\"name\":\"cert\",\"label\":\"SSL Client Certificate\",\"description\":\"The certificate text to use for the connection. E.g. (`-----BEGIN CERTIFICATE-----\\\\\\\\nMIIDBTCCAe2gAwIBAgIJA...`)\",\"default\":null,\"optional\":true,\"enable_extract\":true},{\"name\":\"ssl_verification_mode\",\"label\":\"SSL Verification Mode\",\"description\":\"**Full Verification (default)**: Verifies that the server's SSL certificate is from a trusted Certificate Authority, and that the certificate's hostname matches the server you're connecting to.\\n\\n**Verify CA Certificate**: Verifies that the server's SSL certificate is signed by a trusted Certificate Authority.\\n\\n**Skip Verification**: Bypasses SSL certificate validation, which is not recommended. This can be useful for testing with self-signed certificates.\",\"default\":\"verify_identity\",\"optional\":true,\"type\":\"options\",\"options\":[{\"label\":\"Full Verification\",\"value\":\"verify_identity\"},{\"label\":\"Verify CA Certificate\",\"value\":\"verify_ca\"},{\"label\":\"Skip Verification\",\"value\":\"skip_verification\"}]}]",
    "categories": [
      "Databases"
    ],
    "featured_weight": 1000000010,
    "connect": {
      "allowed_domains": null,
      "base_proxy_target_url": null,
      "proxy_enabled": false
    }
  }
}

Tip: Connect tokens are single-use and expire quickly; click “Connect” to generate a fresh one.