Search Results
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-7.html
A new getAutoIncrementValue() method is added to the new InsertResult interface that extends Result. (WL #10528) X DevAPI: Consolidated the BaseSession, NodeSession, and XSession interfaces into a single com.mysql.cj.api.xdevapi.Session interface.
https://dev.mysql.com/doc/refman/9.7/en/cache-index.html
After the indexes have been assigned, they can be preloaded into the cache if desired with LOAD INDEX INTO CACHE. For more information, see Section 15.7.8.5, “LOAD INDEX INTO CACHE Statement”. | tbl_name PARTITION (partition_list) } IN ...
https://dev.mysql.com/doc/refman/9.7/en/caching-sha2-pluggable-authentication.html
Installing SHA-2 Pluggable Authentication The caching_sha2_password plugin exists in server and client forms: The server-side plugin is built into the server, need not be loaded explicitly, and cannot be disabled by unloading it. The client-side ...
https://dev.mysql.com/doc/refman/9.7/en/checking-rpm-signature.html
To import the MySQL public key into the RPM keyring, first obtain the key, then use rpm --import to import the key. RPM 4.1 no longer uses your personal GPG keyring (or GPG itself). Rather, RPM maintains a separate keyring because it is a ...
https://dev.mysql.com/doc/refman/9.7/en/copying-databases.html
In cases where you need to transfer databases between different architectures, you can use mysqldump to create a file containing SQL statements. You can then transfer the file to the other machine and feed it as input to the mysql client. Note If ...
https://dev.mysql.com/doc/refman/9.7/en/data-masking-plugin-functions.html
The MySQL Enterprise Data Masking plugin library includes several functions, which may be grouped into these categories: Data Masking Plugin Functions Random Data Generation Plugin Functions Random Data Dictionary-Based Plugin Functions These ...If ...
https://dev.mysql.com/doc/refman/9.7/en/docker-mysql-more-topics.html
Running Additional Initialization Scripts If there are any .sh or .sql scripts you want to run on the database immediately after it has been created, you can put them into a host directory and then mount the directory at /docker-entrypoint-initdb.d/ ...A MySQL Docker installation is different from a common, non-Docker installation in the following aspects: Only a limited number of binaries are ...
https://dev.mysql.com/doc/refman/9.7/en/error-message-elements.html
The set of error codes used in error messages is partitioned into distinct ranges; see Error Code Ranges. Error Code Ranges The set of error codes used in error messages is partitioned into distinct ranges, each with its own purpose: 1 to 999: ...
https://dev.mysql.com/doc/refman/9.7/en/group-replication-limitations.html
Group Replication's certification process for concurrent transactions does not take into account gap locks, as information about gap locks is not available outside of InnoDB. The certification process does not take into account table locks (see ...
https://dev.mysql.com/doc/refman/9.7/en/group-replication-network-partitioning.html
The majority of the time the system does not run into partitioning, and therefore the table shows information that is consistent across all servers in the group. This information is exported by the local failure detector built into Group Replication. You can verify this by logging into s1 and looking at its replication_group_members performance schema ...