Search Results
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-connections.html
MySQL Shell can connect to MySQL Server using both X Protocol and classic MySQL protocol. You can specify the MySQL server instance to which MySQL Shell connects globally in the following ways: When you start MySQL Shell, using the command ...When ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-sessions.html
In MySQL Shell, connections to MySQL Server instances are handled by a session object. The following types of session object are available: Session: Use this session object type for new application development to communicate with MySQL Server ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-config-editor.html
The mysql_config_editor utility enables you to store authentication credentials in an obfuscated login path file named .mylogin.cnf. The file location is the %APPDATA%\MySQL directory on Windows and the current user's home directory on non-Windows ...The unobfuscated format of the .mylogin.cnf login path file consists of option groups, similar to other option ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-releases.html
The MySQL release model is divided into two main tracks: LTS (Long-Term Support) and Innovation. Figure 1.1 MySQL Release Schedule MySQL LTS Releases Audience: If your environment requires a stable set of features and a longer support period. MySQL ...All LTS and Innovation releases include bug and security fixes, and are considered production-grade ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-innodb-cluster.html
MySQL Router is part of InnoDB Cluster and is lightweight middleware that provides transparent routing between your application and back-end MySQL Servers. It is used for a wide variety of use cases, such as providing high availability and ...As ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-installation-docker.html
The Docker deployment framework supports easy installation and configuration of MySQL Router. This section explains how to use a MySQL Router Docker image. You need to have Docker installed on your system before you can use a MySQL Router Docker ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-copy-mysql-configuration.html
Copying a MySQL Configuration 19.2 Copying a MySQL Configuration While it is not possible to change the values of any variables once a configuration has been created, you can create a custom configuration by copying and modifying an existing ...You ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-installation-source-code.html
MySQL Router is part of the MySQL Server source code tree; compiling MySQL Server also compiles MySQL Router. The instructions here are brief, see Installing MySQL from Source for specific prerequisites and additional details. Note MySQL Router ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-sessions-startup.html
When you start MySQL Shell from the command line, you can specify connection parameters using separate command options for each value, such as the user name, host, and port. For instructions and examples to start MySQL Shell and connect to a MySQL ...As an alternative to specifying the connection parameters using individual options, you can specify them using a URI-like connection ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-configurator-cli.html
MySQL Configurator supports GUI (default) and CLI (by passing in --console) modes using the mysql_configurator.exe executable. Note MySQL Configurator CLI functionality was added in MySQL Configurator 9.2.0. Executing MySQL Configurator requires a ...help h N/A --help Displays general help or help for the corresponding ...