Search



Search Results
Displaying 1361 to 1370 of 3329 total results
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-exporting-data-mysql-shell.html
Exporting Data Using MySQL Shell 7.1.3 Exporting Data Using MySQL Shell Use MySQL Shell to export data from a source MySQL Server to an Amazon S3 buket. To export a schema from a source MySQL Server: Start a MySQL Shell session and connect to the ...The commands in this task use the JS (JavaScript) execution mode of MySQL ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-source-configuration.html
The replication user must be present on the source server with the required privileges. The network must be configured to permit replication traffic between the DB System replica and the source server. Source Configuration 8.3 Source Configuration ...
https://dev.mysql.com/doc/heatwave-aws/en/hw-aws-upgrading-mysql-8.4-9-x.html
Note:Inbound replication channels cannot authenticate to a source server as a user that is created with the mysql_native_password authentication method after the target server is upgraded to 9.x. Also, any operation that involves the ... Upgrading ...
https://dev.mysql.com/doc/relnotes/mysql-operator/en/news-9-2-0-2.2.3.html
Bugs Fixed Using initDB.clone in an InnoDBCluster specification to provision (clone) a new MySQL server from a MySQL server not managed by MySQL Operator for Kubernetes would fail, as the source server did not have the "localroot" user that is ...
https://dev.mysql.com/doc/connector-j/en/connector-j-2-way-authentication.html
Apply the steps outlined in both Section 6.9.1, “Setting up Server Authentication” and Section 6.9.2, “Setting up Client Authentication” to set up a mutual, two-way authentication process in which the server and the client authenticate each ...Although the typical setup described above uses the same CA certificate in both ends for mutual authentication, it does not have to be the ...
https://dev.mysql.com/doc/connector-j/en/connector-j-source-replica-replication-connection.html
If you have a write transaction, or if you have a read that is time-sensitive (remember, replication in MySQL is asynchronous), set the connection to be not read-only, by calling Connection.setReadOnly(false) and the driver will ensure that further ... This section describe a number of features of Connector/J's support for replication-aware ...
https://dev.mysql.com/doc/connector-j/en/connector-j-using-openID.html
Connector/J supports authentication for users created on a MySQL server using the authentication_openid_connect plugin. The authentication requires: The connection to the server must be secure by SSL encryption. If no server user name is specified ... OpenID Connect is an authentication protocol based on the OAuth 2.0 framework, providing a simplified and interoperable ways of authentication for enhanced ...
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. For PAM authentication to work, you must have the following: A MySQL server that supports PAM authentication.
https://dev.mysql.com/doc/refman/8.4/en/ansi-diff-comments.html
Standard SQL uses the C syntax /* this is a comment */ for comments, and MySQL Server supports this syntax as well. MySQL Server supports a variant of the -- comment style; the -- start-comment sequence is accepted as such, but must be followed by ...MySQL also support extensions to this syntax that enable MySQL-specific SQL to be embedded in the comment; see Section 11.7, ...
https://dev.mysql.com/doc/refman/8.4/en/clone-plugin-local.html
The MySQL server must have the necessary write access to create the directory. If desired, you can start the MySQL server on the cloned directory after the cloning operation is complete. The BACKUP_ADMIN privilege is required to execute CLONE LOCAL ...
Displaying 1361 to 1370 of 3329 total results