Search Results
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-server-starting.html
The process of configuring MySQL Router to automatically start when the host reboots is similar to the steps needed for MySQL server, which is described at Starting and Stopping MySQL Automatically. The corresponding section in the MySQL Router ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-upgrading.html
MySQL Router as a part of InnoDB Cluster MySQL Router is most commonly used as an InnoDB Cluster component; with Router bootstrapped against the cluster. If No Metadata Upgrade Needed MySQL Router can be upgraded independently of the InnoDB Cluster ...Since the assumption is that the Router configuration file and state file remain backward compatible, the simplest upgrade scenario is to install a new version using an installer/upgrade package for the ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-plugins-examples.html
Example 11.3 MySQL Shell plugin containing a report and an extension object This example defines a function show_processes() to display the currently running processes, and a function kill_process() to kill a process with a specified ID. To ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-reporting-builtin-thread.html
The built-in MySQL Shell report thread provides detailed information about a specific thread in the connected MySQL server. The report works with servers running all supported MySQL 5.7 and MySQL 8.0 versions. If any item of information is not ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-reporting-create-saving.html
A MySQL Shell report must be saved with a file extension of .js for JavaScript code, or .py for Python code, to match the scripting language used for the report. The preferred way to persist a report is by adding it into a MySQL Shell plugin.
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-new.html
To add a connection, click the [+] icon to the right of the MySQL Connections title on the home screen. For example, commands to start/stop the MySQL instance, or to edit configuration file. Important When opening a connection, MySQL Workbench ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-mysql-instances-filtering.html
Figure 16.4 MySQL Instance Filter Table 16.8 MySQL Instance Filter Name Description Server Name Search on full or partial name of the server. Agent Version Search for specific MySQL Enterprise Monitor Agent version numbers. The Agent Version and ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mysql-process-discovery-advisor-ref.html
The MySQL Process Discovery Advisor enables you to find and, optionally, establish a connection with unmonitored MySQL instances. If you choose not to attempt a connection with the discovered instances, they are listed in the Unmonitored MySQL ...
https://dev.mysql.com/doc/heatwave-aws/en/mysql-server-storage-engines.html
MySQL Storage Engines 3.1.2.5 MySQL Storage Engines MySQL HeatWave on AWS supports only the InnoDB storage engine. If you intend to migrate to MySQL HeatWave on AWS, and are not currently using the InnoDB storage engine, your data must be converted ...
https://dev.mysql.com/doc/refman/8.4/en/creating-ssl-rsa-files-using-mysql.html
MySQL provides these ways to create the SSL certificate and key files and RSA key-pair files required to support encrypted connections using SSL and secure password exchange using RSA over unencrypted connections, if those files are missing: The ...