MySQL destination plugin configuration reference
Latest: v2.0.2Example 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.
-
connection_string
(string, required)Connection string to connect to the database. See the Go driver documentation (opens in a new tab) for more details.
Make sure you use environment variable expansion in production instead of committing the credentials to the configuration file directly.