2021.1

Table Of Contents
l Administrator Username: Enter the user account of a user with database administrative
rights. Administrative rights are required since tables will need to be
created/modified/dropped in the database.
If accessing a database on a different machine, the server must also be able to accept
non-local TCP connections, and the user account must also be configured to accept
remote connection. For example, the "root" MySQL user entered as root@localhost is not
allowed to connect from any other machine than the one where MySQL is installed.
l Administrator Password: Enter the password for the above user account. For
MySQLthe appropriate password must be entered or the Connect installation will fail.
l Use Encrypted SSLConnection checkbox: Check to enable encrypted connections to
MySQL (v5.6.43, v5.7.25, v8.0.x or later) databases using SSL.
The secure connection to MySQL is for the "objectiflune" schema.
Note
It is not in the scope of the Connect installer to configure the MySQL database
Server to accept SSL connections. This must be done prior to the installation of
Connect.
By default, the connection will not verify the server certificate
(verifyServerCertificate=false), which would allow connecting to a server using a
self-signed certificate. If such a certificate is required, then this setting can be
changed after installation within the "Database Connection preferences" on
page844 (which can be accessed from either the "Server Configuration Settings"
on page90 tool, or "Preferences" on page839 window).
l Test Connection button: Click to verify that the information provide into previous fields is
valid by connecting to the database.
Note
This test does not check whether the remote user has READ and WRITE
permissions to the tables under the objectiflune schema. It is solely a test of
database connectivity.
Page 44