Skip to main content
Oracle - MySQL
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Options

Host

Note
The host and port needs to be accessible for the HubEngine.

Name of the Host of the MySQL DB, e.g. database.example.com or database.example.com:3306

Database

Name of the database

Table

Name of the table in the database to use

Username

MySQL username

Password

MySQL password

Use Secure Connection

Use SSL to connect to Server, does not validate Certificate

Return all values as strings

If set to true/yes/1 all values from DB are strings. This is the old default behavior.

For new plans this should always be false/no/0, to get the correct type data back when receiving data from mysql.

Charset

Connection Charset - mostly utf8 or utf8mb4