Search



Search Results
Displaying 1301 to 1310 of 3829 total results
https://dev.mysql.com/doc/connectors/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/connectors/en/connector-net-interceptors.html
This technique applies to exceptions raised at the SQL level, not to lower-level system or I/O errors. Here are examples of using the FQN (fully qualified name) on the connection string: MySqlConnection c1 = new ... An interceptor is a software ...
https://dev.mysql.com/doc/connector-net/en/connector-net-interceptors.html
This technique applies to exceptions raised at the SQL level, not to lower-level system or I/O errors. Here are examples of using the FQN (fully qualified name) on the connection string: MySqlConnection c1 = new ... An interceptor is a software ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-4-0.html
(Bug #36278302) Functionality Added or Changed Removed the dependency on the mysql-client-plugins package from the libmysqlcppconnx package and added it as recommended for the libmysqlcppconn package, as mysql-client-plugins is required only for ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-11.html
Now a MySQL 8 server generates the _id attribute unless a document already contains one. If the C extension is not available on the system then the Python implementation is used instead, and use_pure is set to True. (Bug #27639119) The mapped MySQL ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed X DevAPI: Previously, when documents without an _id attribute were added to a collection, Connector/Python automatically generated _id for ...
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/hw-aws-upgrading-mysql-8.4-9-x.html
Here are some important changes you should be aware of before upgrading your DB system from MySQL 8.4 LTS to MySQL 9.x Innovation: The mysql_native_password authentication plugin is removed in MySQL 9.0. Note:Inbound replication channels cannot ...
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/refman/8.4/en/clone-plugin-local.html
The MySQL server must have the necessary write access to create the directory. All other user-created InnoDB tables and tablespaces, the InnoDB system tablespace, redo logs, and undo tablespaces are cloned to the specified directory. If desired, you ...The BACKUP_ADMIN privilege is required to execute CLONE LOCAL DATA DIRECTORY ...
https://dev.mysql.com/doc/refman/8.4/en/document-store.html
The features described in this section enable you to use MySQL as a document store, which is a schema-less, and therefore schema-flexible, storage system for documents. To use MySQL as a document store, you use the following server features: X ...
Displaying 1301 to 1310 of 3829 total results