Docs
Plugins
Destinations
MySQL
Configuration

MySQL destination plugin configuration reference

Latest: v2.0.2

Example Configuration

kind: destination
spec:
  name: "mysql"
  registry: "github"
  path: "cloudquery/mysql"
  version: "v2.0.2"
  spec:
    connection_string: "user:password@/dbname"

MySQL spec

This is the (nested) spec used by the MySQL destination plugin.

Make sure you use environment variable expansion in production instead of committing the credentials to the configuration file directly.