Skip to main content

MySQL

SQL commands targeting a MySQL database instance.

Types: mysql

Configuration

NameRequiredDescription
MYSQL_HOSTyesThe MySQL database hostname. No formatting or port numbers, just the hostname.
MYSQL_DByesThe name of the MySQL schema
MYSQL_USERyesThe database username
MYSQL_PASSyesThe database password
MYSQL_PORTnoDefaults to 3306
FIELD_SEPARATORnoDefaults to tab for mysql and to , for mysql-csv
PRESERVE_COMMENTSnoPreserve comments. Send comments to the server. The default is false.