MySQL Export

Export data to a MySQL database.

Properties

NameType
engineString=mysql:export
connectionObject
tableString
schemaObject

engine

Must be mysql:export.

Required
Yes

connection

The SQL connection parameters.

Required
Yes

Properties

NameType
hostString
databaseString
userString
passwordString

connection.host

The network address of the MySQL server e.g. `db.example.com:3306`.

Required
Yes

connection.database

The name of the MySQL database.

Required
Yes

connection.user

The username to authenticate to MySQL.

Required
Yes

connection.password

The password to authenticate to MySQL. Requires `username`.

Required
Yes

table

The name of the MySQL table.

Required
Yes

schema

Define a schema for the data.

Required
Yes