Search Results
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-20.html
Version 8.0.20 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It is suitable for use with MySQL Server versions 8.0, 5.7, and 5.6. (Bug #30474158) When a Calendar was not used, a java.sql.Date value could not ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-31.html
Version 8.0.31 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It is suitable for use with MySQL Server versions 8.0 and 5.7. Also, to go with these changes, the .jar library for Connector/J has been renamed to ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-33.html
Version 8.0.33 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It is suitable for use with MySQL Server versions 8.0 and 5.7. Functionality Added or Changed Bugs Fixed Functionality Added or Changed The JAR ...It ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-configuration-tls.html
TLS Endpoint Configuration MySQL Router accepts the TLS session and opens a new TLS session to the server. To connect a TLS session to a server, MySQL Router verifies the server's certificates using server_ssl_verify, server_ssl_ca, ... Important ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-create-cluster.html
As with other lists passed as option values in MySQL Cluster Manager commands, you must not use spaces before or after the commas. create cluster {--package=|-P }package_name {--processhosts=|-R }process_host_list cluster_name [(--import|-m) ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-configure-authentication.html
Caching SHA-2 Authentication In MySQL 8.0, caching_sha2_password is the default authentication plugin rather than mysql_native_password, which was the default in MySQL 5.7. When a client connects to the MySQL server, the server uses the user name ...The server authenticates the client, determining from the account row which authentication plugin applies to the ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-advisor-auto-encoding.html
Using the right string column encodings can reduce the amount of memory required on MySQL HeatWave nodes and improve query performance. MySQL HeatWave supports two string column encoding types: variable-length and dictionary. MySQL HeatWave applies ...For more information about string column encoding, see Section 5.8.1.4, “Encoding String ...
https://dev.mysql.com/doc/refman/8.4/en/account-categories.html
MySQL incorporates the concept of user account categories, based on the SYSTEM_USER privilege. Account manipulation includes creating and dropping accounts, granting and revoking privileges, changing account authentication characteristics such as ...The SYSTEM_USER privilege has an effect on the accounts to which a given user can apply its other privileges, as well as whether the user is protected from other accounts: A system user can modify both system and regular ...
https://dev.mysql.com/doc/refman/8.4/en/checking-gpg-signature.html
The keyID for MySQL 8.0.44 packages and higher, MySQL 8.4.7 and higher, and MySQL 9.5.0 and higher is B7B3B788A8D3785C. After obtaining this key, you should compare it with the key following value before using it verify MySQL packages. Note The ...
https://dev.mysql.com/doc/refman/8.4/en/create-index.html
For more information about indexes, see Section 10.3.1, “How MySQL Uses Indexes”. If a table contains no primary key, InnoDB automatically promotes the first UNIQUE NOT NULL index to the primary key. MySQL cannot index LONGTEXT columns specified ... CREATE [UNIQUE | FULLTEXT | SPATIAL] INDEX index_name [index_type] ON tbl_name (key_part,...) [index_option] [algorithm_option | lock_option] ...