Table of Contents

MySQL DB Connector

Purpose

Create database and user

CREATE DATABASE <DB_NAME>;
CREATE USER '<user>'@'%' identified by '<password>';
GRANT ALL PRIVILEGES ON <DB_NAME>.* TO '<user>'@'%';

Create the connector

Parameter Description
Title The display name of the MySQL db connector
Description Description of MySQL db connector
Host: The hostname or IP address of MySQL server
Port: The port used by MySQL server
Database name: Database used by the MySQL db connector
User/Password: Credentials to access the MySQL Server
Primary DB: To activate for the Primary DB
Initialize db: To activate for new databases