Search Results
https://dev.mysql.com/doc/internals/en/determining-authentication-method.html
Only then server can look-up the mysql.user table and find the authentication method to be used. However, to save some round-trips, server and client start authentication exchange already in the initial handshake using an optimistic guess of the ...
https://dev.mysql.com/doc/mysql-installer/en/mysql-installer.html
It is downloaded with and supports the following MySQL products: MySQL Servers MySQL Installer can install and manage multiple, separate MySQL server instances on the same host at the same time. MySQL Installer does not permit server upgrades ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/database-connection-example.html
The code that is needed to connect to a MySQL document store looks a lot like the traditional MySQL connection code, but now applications can establish logical sessions to MySQL server instances running the X Plugin. Sessions are produced by the ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/database-connection-example.html
The code that is needed to connect to a MySQL document store looks a lot like the traditional MySQL connection code, but now applications can establish logical sessions to MySQL server instances running the X Plugin. Sessions are produced by the ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-connection.html
connectionAttributes A comma-delimited list of user-defined "key:value" pairs, in addition to standard MySQL-defined "key:value" pairs, to be passed to MySQL Server for display as connection attributes in the 'PERFORMANCE_SCHEMA' tables ...Setting ...
https://dev.mysql.com/doc/refman/8.4/en/clone-plugin-replication.html
During the cloning operation, both the binary log position (filename, offset) and the gtid_executed GTID set are extracted and transferred from the donor MySQL server instance to the recipient. To clone for replication, perform the following steps: ...In addition to cloning data, a cloning operation extracts replication coordinates from the donor and transfers them to the recipient, which enables using the clone plugin for provisioning Group Replication members and ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-functions-for-communication-protocol.html
Return value: The oldest MySQL Server version that can join this group and use the group's communication protocol. Note that the group_replication_get_communication_protocol() function returns the minimum MySQL version that the group supports, which ... The following functions enable you to inspect and configure the Group Replication communication protocol version that is used by a replication ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-upgrading-member.html
How you upgrade the server instance, using either the in-place or provision approach, does not impact on the methods described here. For example, if the upgrade fails and the server restarts again, then a possibly broken server could try to join the ... This section explains the steps required for upgrading a member of a ...
https://dev.mysql.com/doc/refman/8.4/en/windows-upgrading.html
To upgrade MySQL on Windows, either download and execute the latest MySQL Server MSI or use the Windows ZIP archive distribution. Note Unlike MySQL 8.4, MySQL 8.0 uses MySQL Installer to install and upgrade MySQL Server along with most other MySQL ...However, the configuration functionality used in MySQL Installer is available as of MySQL 8.1 using Section 2.3.2, “Configuration: Using MySQL Configurator” that is bundled with both the MSI and Zip ...
https://dev.mysql.com/doc/mysql-errors/8.4/en/error-reference-introduction.html
The MySQL server writes some error messages to its error log. The MySQL client library takes errors received from the server and makes them available to the host client program. Error messages that originate only from within the MySQL client ...