Search Results
https://dev.mysql.com/doc/refman/8.4/en/updating-apt-repo.html
On Debian and Ubuntu platforms, to perform an in-place upgrade of MySQL and its components, use the MySQL APT repository.
https://dev.mysql.com/doc/refman/8.4/en/updating-sles-repo.html
On the SUSE Linux Enterprise Server (SLES) platform, to perform an in-place upgrade of MySQL and its components, use the MySQL SLES repository.
MySQL Cluster Manager 8.4 User Manual :: 4.5 Importing MySQL NDB Clusters into MySQL Cluster Manager
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-import-cluster.html
It is possible to bring a “wild” MySQL NDB Cluster—that is, a cluster not created using MySQL Cluster Manager—under the control of MySQL Cluster Manager. The following sections provide an outline of the procedure required to import such a ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-configuring.html
This section describes the commands which configure MySQL Shell from the interactive code editor. The commands enable you to control the MySQL Shell regardless of the current language being used. These commands are sometimes similar to the MySQL ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-getting-started.html
This section describes how to get started with MySQL Shell, explaining how to connect to a MySQL server instance, and how to choose a session type. The latest version of MySQL Shell can be used with any GA version of MySQL 8.0, or higher. Important ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-reporting-create-registering.html
To register your user-defined report with MySQL Shell, call the shell.registerReport() method in JavaScript or shell.register_report() in Python. description is a dictionary with options that you can use to specify the options that the report ...
https://dev.mysql.com/doc/internals/en/a-mysql-client-logs-in.html
00 00 27 75 3e 6f 38 66 79 4e 00 ff f7 08 02 00 ..'u>o8fyN...... 00 00 00 00 00 00 00 00 00 00 00 00 00 57 4d 5d .............WM] 6a 7c 53 68 32 5c 59 2e 73 00 j|Sh2\Y.s. which responds with a handshake packet which contains the version, some flags ...
https://dev.mysql.com/doc/internals/en/mysql-services-for-plugins.html
As of MySQL 5.5, plugins have access to server “services.” The services interface exposes server functionality that plugins can call. For information about plugins for testing plugin services, see the Plugins for Testing Plugin Services section ...It complements the plugin API and has these characteristics: Services enable plugins to access code inside the server using ordinary function ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-mysql-instance-add-bulk-instances.html
The Add Bulk MySQL Instances tabs are identical to those used to add a single instance, with the exception of the Instance Address field, which is replaced by the Connection Endpoints field in the bulk version. To add multiple MySQL instances, add ...To add the instances successfully, you must ensure the user credentials, encryption settings, and so on, are identical across all instances ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-and-mysql-replication.html
To make a new replica without taking down the source or an existing replica, use the MySQL Enterprise Backup product. MySQL replication is based on the binary log where MySQL writes SQL statements that modify data. It is possible to use replication ...