Skip to main content
Feedback

SQL connector configuration values

Configuration values are required when installing the SQL connector.

Configuration values

NameTypeRequired or optional?Description
FilterFilterFilterFilter
No SSLBooleanRequiredEnable or disable an SSL (Secure Sockets Layer) connection to the SQL database.
• This is set to "False" by default so that an SSL connection is enabled.
• Set this value as "True" to disable SSL.
PortNumberRequiredThe port for your database. Must be a numeric value, for example, "3306" for a MySQL database, "5432" for a PostgreSQL database.
PasswordPasswordRequiredThe password for the SQL database.
Database NameStringRequiredThe database name.
Database SchemaStringOptionalThe database schema.
• If you are connecting a MySQL database, the schema is synonymous with the database, so a working example value could be the database name.
• If you are connecting an SQL Server database, a working example value could be "dbo".
• If you are connecting a PostgreSQL database, a working example value could be "public".
Database TypeStringRequiredThe type of SQL database that you are connecting, using one of the supported database types:
• mysql
• postgresql
• sqlserver
HostStringRequiredThe hosted location of the database. For example, "localhost" for a local database, or "mydatabase.example.us-east-1.rds.amazonaws.com" for an AWS hosted database.
UsernameStringRequiredThe Username that has access to the required database tables for your database.
On this Page