Initial commit: Ignition 8.3.3 gateway config and watermeter project
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"classname": "org.mariadb.jdbc.Driver",
|
||||
"defaultPropInstructions": "There is an extensive list of extra connection properties available for MariaDB Connector/J. See \u003ca href\u003d\u0027https://mariadb.com/kb/en/library/about-mariadb-connector-j/#optional-url-parameters\u0027\u003ethe documentation\u003c/a\u003e for a table describing all connection properties.\u003cbr\u003eA default \u003ctt\u003eserverTimezone\u003c/tt\u003e value (taken from the gateway) will be appended to the connection string if one is not specified.",
|
||||
"defaultProps": "connectTimeout\u003d120000;socketTimeout\u003d120000;rewriteBatchedStatements\u003dtrue;",
|
||||
"defaultTranslator": "MYSQL",
|
||||
"defaultValidationQuery": "SELECT 1",
|
||||
"type": "MYSQL",
|
||||
"urlFormat": "jdbc:mariadb://localhost:3306/test",
|
||||
"urlInstructions": "\u003cbr/\u003eThe format of the MariaDB connect URL is:\u003cbr\u003e\u003ccode\u003ejdbc:mariadb://\u003cb\u003ehost\u003c/b\u003e:\u003cb\u003eport\u003c/b\u003e/\u003cb\u003edatabase\u003c/b\u003e\u003c/code\u003e\u003cbr\u003eWith the three parameters (in bold) \u003cul style\u003d\"list-style-type:none;margin-left:10px;\"\u003e\u003cli\u003e\u003cb\u003ehost\u003c/b\u003e: The host name or IP address of the database server.\u003c/li\u003e\u003cli\u003e\u003cb\u003eport\u003c/b\u003e: The port that the database server is running on. MariaDB default port is \u003cb\u003e3306\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003edatabase\u003c/b\u003e: The name of the logical database that you are connecting to on the MariaDB server.\u003c/li\u003e\u003c/ul\u003e"
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"scope": "A",
|
||||
"description": "The MariaDB (a community-owned fork of MySQL) JDBC Driver - compatible with all MariaDB servers, MySQL 5.x (\u003e\u003d 5.5.3) and MySQL 8.0.",
|
||||
"version": 1,
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"config.json",
|
||||
"mariadb-java-client-2.7.3.jar"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "8.3-migration",
|
||||
"timestamp": "2026-02-19T15:42:12Z"
|
||||
},
|
||||
"uuid": "8dee3f05-e3d4-4165-b35a-ff37183b0e9e",
|
||||
"lastModificationSignature": "b8c1e8563da5180d97e5dbde981c6c9fa193cd2bb6327371266eda5c43cc5555",
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user