mike-jumper commented on code in PR #261:
URL: https://github.com/apache/guacamole-manual/pull/261#discussion_r2020420891


##########
src/include/mysql-optional.properties.in:
##########
@@ -0,0 +1,121 @@
+#
+# The hostname or IP address of the server hosting your database. If not
+# specified, "localhost" will be used by default.
+#
+mysql-hostname: localhost
+
+#
+# The port number of the MySQL or MariaDB database to connect to. If not
+# specified, the standard MySQL / MariaDB port 3306 will be used.
+#
+mysql-port: 3306
+
+#
+# Controls which JDBC driver the extension attempts to load. By default, the
+# installed JDBC driver will be automatically detected. Possible values are:
+#
+# mysql
+# : [The **MySQL** Connector/J JDBC 
driver](https://dev.mysql.com/downloads/connector/j/).
+#
+# mariadb
+# : [The **MariaDB** Connector/J JDBC 
driver](https://mariadb.com/kb/en/about-mariadb-connector-j/).
+#
+mysql-driver: mariadb
+
+#
+# Specifies the timezone the MySQL server is configured to run in. While the
+# MySQL driver attempts to auto-detect the timezone in use by the server, there
+# are many cases where the timezone provided by the operating system is either
+# unknown by Java, or matches multiple timezones. In these cases MySQL may
+# either complain or refuse the connection unless the timezone is specified as
+# part of the connection. This property allows the timezone of the server to be
+# specified so that the connection can continue and the JDBC driver can
+# properly translate timestamps.  The property accepts timezones in the
+# following formats:
+#
+# Region/Locale
+# : Well-known time zone identifiers, in the Region/Locale format, as defined
+#   by the [IANA time zone 
database](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones),
+#   such as `America/Los_Angeles`, `Africa/Johannesburg`, or `China/Shanghai`.
+#
+# GMT+/-HH:MM
+# : GMT or custom timezones specified by GMT offset, such as `GMT`, `GMT+0130`,
+#   `GMT+06:00`, or `GMT-9`.
+#
+#  The MySQL Driver implements several parameters specific to
+#  configuring SSL for secure connections to MySQL servers that support
+#  or require encrypted communications. *Older versions of MySQL
+#  Connector/J have known issues with SSL verification - if you
+#  experience problems connecting to SSL-secured MySQL databases it is
+#  recommended that you update to a current version of the driver.*

Review Comment:
   Oops, absolutely right. I'll move that.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to