Skip to main content
Version: 2026.0

AliasSubDbMysql

This page provides generated reference documentation for the AliasSubDbMysql data model.

Overview

PropertySummary
autoOrderByIDIf yes/true, each frame is automatically sorted by the ID column of the respective database table. If no/false, no automatic sorting will be executed.
charactersetSpecifies the character set used by the database.
collationSpecifies the sorting strategy for indexes, and so on. Collations can be set on MySQL and MariaDB using the JDBC URL with the parameters collation_connection
databaseThe name of the database to which this alias is to be connected.
hostThe host under which the the MySQL server is reachable.
passwordThe password of the user to be used to log on to the MySQL server.
portThe port under which the the MySQL server is reachable.
schemaThe database schema to which this alias is to be connected.
timezoneThe timezone of the alias definition.
userThe user to be used to log on to the MySQL server.

autoOrderByID

Type: Boolean
Default: true

If yes/true, each frame is automatically sorted by the ID column of the respective database table. If no/false, no automatic sorting will be executed.


characterset

Type: String

Specifies the character set used by the database.


collation

Type: String

Specifies the sorting strategy for indexes, and so on. Collations can be set on MySQL and MariaDB using the JDBC URL with the parameters collation_connection or character_set_connection.

Example:

jdbc:mysql://localhost:3305?sessionVariables=collation_connection=latin1_swedish_ci


database

Type: String

The name of the database to which this alias is to be connected.


host

Type: String

The host under which the the MySQL server is reachable.


password

Type: String

The password of the user to be used to log on to the MySQL server.


port

Type: Integer
Default: 3306
Constraints: Minimum: 0, Maximum: 65536

The port under which the the MySQL server is reachable.


schema

Type: String

The database schema to which this alias is to be connected.


timezone

Type: String

The timezone of the alias definition.


user

Type: String

The user to be used to log on to the MySQL server.