mysql-connector—java–8.0.24”. Use of earlier versions of this connector is not recommended and not supported.

You access the properties to configure the driver for this database by expanding , and double-clicking the MySQLDatabase node.
In addition to the standard properties (Status, Enabled, Fault Cause, Health and Alarm Source Info), these properties support this component.
| Property | Value | Description |
|---|---|---|
| Host Address | IP address |
Sets the IP address or hostname of the computer platform where the database resides. A Dialup selection option is available,
if required. This property does not apply to the MySQL device.
|
| Use Encrypted Connection | true or false (default)
|
Indicates if the connection between the station and the database is secure (
true) or not secure (false). To ensure that your system cannot be hacked, leave this property set to true. Change it only if your database does not support data encryption.
|
| User Name | text |
Defines the user name used to log in to the database.
Login credentials must provide sufficient database privileges to allow you to perform one or more (depending on database type) of these commands: CREATE TABLE, CREATE INDEX, CREATE SEQUENCE |
| Password | text |
Defines the password required to log in to the database. The
Confirm property must be an exact match to the Password property.
|
| Worker | additional properties | The “rdb-RdbmsWorker” topic documents these properties. |
| Export Mode | drop-down list |
Specifies how histories are exported to the specified database.
|
| Use Unicode Encoding Scheme | true or false (default)
|
Creates history table schemas with the Universal character set Transformation Format (UTF-8) or Unicode data types for string-valued
columns to store Asian character sets.
NOTE: An Update Wizard is available to upgrade existing databases to support Unicode.
|
| Timestamp Storage | drop-down list |
Exports or updates history timestamps to Coordinated Universal Time (UTC) enabling the export of history records from different
timezones into a common database and be chronologically correct and independent of any specific source timezone characteristics.
In other words, exported histories show the timestamp data from where the history is actually stored, making useable histories
with a consistent timestamp.
NOTE: An Update Wizard is available to upgrade existing databases to support Unicode.
|
| Points | folder | Holds all points. |
| Sql Scheme Enabled | true or false (default)
|
Permits (
true) and prohibits (false) the use of ORDs that contain sql:.
If a BFormat contains sql:, users can directly query the database bypassing framework access control and make direct changes to the database. This is
a security risk. Best security practice sets this property to |
| Rdb Security Settings | additional properties | The “rdb-RdbSecuritySettings” topic documents these properties. |
| Tls Min Protocol | drop-down menu |
Selects the minimum TLS protocol that can be negotiated when establishing encrypted communications with a database server.
|
| Verify Subject In Certificate | true (default) or false |
If set to
true, the Rdbms driver verifies that the Subject present in the server’s certificate matches an expected value. The value used for the comparison to the Subject in the server’s certificate is specific to each Rdbms device type.
|
| Database Name | text |
Provides the name of the database.
|
| Port | number (defaults to 3306) |
Specifies the port number to use when connecting with the database. Defaults are:
HsqlDbDatabase, no port specified because this rdb is for local database use only: MySQLDatabase: 3306 OracleDatabase: 1521 SqlServerDatabase: 1433 |
| Histories | additional properties | “rdbMySQL-MySQLHistoryDeviceExt” documents these properties. |
| Extra Connection Properties | normally left blank; if used takes the format: parameter1=value1;parameter2=value2;...etc. |
Configures additional properties that are not required for a normal connection to the database. The driver passes this information
in plain text to the database.
You can set certain configuration properties as part of the To enable the JDBC driver of a MySQL Server to pack as many queries as possible into a single network packet, lowering network
overhead, set |
| My Sql Server Cert | drop-down list |
Defines the database server certificate for TLS secure communication.
If the field is empty, no Subject Identity is checked. It is implied that the certificate presented by the MySQL server is
already trusted. Otherwise, the Subject’s Common Name (CN) from the certificate alias configured in the |
This component supports the following actions:
Timestamp Storage property writable within the RdbmsNetwork Update Wizard. When the wizard converts a database to UTC (Coordinated Universal Time), it sets this property to read-only.