Search Results
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-replication-connection-status-table.html
This table shows the current status of the I/O thread that handles the replica's connection to the source, information on the last transaction queued in the relay log, and information on the transaction currently being queued in the relay log. It ...There is always a default replication channel, and more replication channels can be ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-remote-management.html
The Remote Management tab is available when connecting to MySQL remotely, as the following figure shows. To access this tab, select a remote connection from the MySQL Connections pane or click New to create a new connection.
https://dev.mysql.com/doc/connectors/en/connector-j-unix-socket.html
Connector/J does not natively support connections to MySQL Servers with Unix domain sockets. Such a custom factory should implement the com.mysql.cj.protocol.SocketFactory interface or the legacy com.mysql.jdbc.SocketFactory interface of ...
https://dev.mysql.com/doc/connectors/en/connector-j-using-mfa.html
When authenticating user accounts that require multiple passwords, up to three passwords can be specified using the Connector/J connection properties password1, password2, and password3 . This is a sample connection string that uses the three ...
https://dev.mysql.com/doc/connectors/en/connector-j-using-pam.html
Java applications using Connector/J can connect to MySQL servers that use the pluggable authentication module (PAM) authentication scheme. Connector/J implements the same cleartext authentication method as in Client-Side Cleartext Pluggable ...For ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-secureconnections-category.html
Lists the Secure Connections configuration metrics and provides a brief description of each. Table 7.30 Secure Connections Configuration Metrics NameDescriptionCa The path to a file that contains a list of trusted SSL CAs. Ca Path The name of the ...Cipher A list of permissible ciphers to use for SSL ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-connecting-mysql-connectors.html
MySQL Connectors 5.4 MySQL Connectors You can use MySQL Connectors to connect your application to a DB System. The following list provides links to the MySQL Connectors documentation: The requirements outlined for connecting from a MySQL client ...
https://dev.mysql.com/doc/connector-j/en/connector-j-unix-socket.html
Connector/J does not natively support connections to MySQL Servers with Unix domain sockets. Such a custom factory should implement the com.mysql.cj.protocol.SocketFactory interface or the legacy com.mysql.jdbc.SocketFactory interface of ...
https://dev.mysql.com/doc/connector-j/en/connector-j-using-mfa.html
When authenticating user accounts that require multiple passwords, up to three passwords can be specified using the Connector/J connection properties password1, password2, and password3 . This is a sample connection string that uses the three ...
https://dev.mysql.com/doc/connector-j/en/connector-j-using-pam.html
Java applications using Connector/J can connect to MySQL servers that use the pluggable authentication module (PAM) authentication scheme. Connector/J implements the same cleartext authentication method as in Client-Side Cleartext Pluggable ...For ...