'\" t .\" Title: mysql_migrate_keyring .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: 03/11/2024 .\" Manual: MySQL Database System .\" Source: MySQL 8.4 .\" Language: English .\" .TH "MYSQL_MIGRATE_KEYRING" "1" "03/11/2024" "MySQL 8\&.4" "MySQL Database System" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" mysql_migrate_keyring \- Keyring key migration utility .SH "SYNOPSIS" .HP \w'\fBmysql_migrate_keyring\ [\fR\fB\fIoptions\fR\fR\fB]\fR\ 'u \fBmysql_migrate_keyring [\fR\fB\fIoptions\fR\fR\fB]\fR .SH "DESCRIPTION" .PP The \fBmysql_migrate_keyring\fR utility migrates keys between one keyring component and another\&. It supports offline and online migrations\&. .PP Invoke \fBmysql_migrate_keyring\fR like this (enter the command on a single line): .sp .if n \{\ .RS 4 .\} .nf mysql_migrate_keyring \-\-component\-dir=\fIdir_name\fR \-\-source\-keyring=\fIname\fR \-\-destination\-keyring=\fIname\fR [\fIother options\fR] .fi .if n \{\ .RE .\} .PP For information about key migrations and instructions describing how to perform them using \fBmysql_migrate_keyring\fR and other methods, see Section\ \&8.4.4.14, \(lqMigrating Keys Between Keyring Keystores\(rq\&. .PP \fBmysql_migrate_keyring\fR supports the following options, which can be specified on the command line or in the [mysql_migrate_keyring] group of an option file\&. For information about option files used by MySQL programs, see Section\ \&6.2.2.2, \(lqUsing Option Files\(rq\&. .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} \fB\-\-help\fR, \fB\-h\fR .TS allbox tab(:); lB l. T{ Command-Line Format T}:T{ --help T} .TE .sp 1 Display a help message and exit\&. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} \fB\-\-component\-dir=\fR\fB\fIdir_name\fR\fR .TS allbox tab(:); lB l lB l. T{ Command-Line Format T}:T{ --component-dir=dir_name T} T{ Type T}:T{ Directory name T} .TE .sp 1 The directory where keyring components are located\&. This is typically the value of the plugin_dir system variable for the local MySQL server\&. .if n \{\ .sp .\} .RS 4 .it 1 an-trap .nr an-no-space-flag 1 .nr an-break-flag 1 .br .ps +1 \fBNote\fR .ps -1 .br \fB\-\-component\-dir\fR, \fB\-\-source\-keyring\fR, and \fB\-\-destination\-keyring\fR are mandatory for all keyring migration operations performed by \fBmysql_migrate_keyring\fR\&. In addition, the source and destination components must differ, and both components must be properly configured so that \fBmysql_migrate_keyring\fR can load and use them\&. .sp .5v .RE .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} \fB\-\-defaults\-extra\-file=\fR\fB\fIfile_name\fR\fR .TS allbox tab(:); lB l lB l. T{ Command-Line Format T}:T{ --defaults-extra-file=file_name T} T{ Type T}:T{ File name T} .TE .sp 1 Read this option file after the global option file but (on Unix) before the user option file\&. If the file does not exist or is otherwise inaccessible, an error occurs\&. If \fIfile_name\fR is not an absolute path name, it is interpreted relative to the current directory\&. .sp For additional information about this and other option\-file options, see Section\ \&6.2.2.3, \(lqCommand-Line Options that Affect Option-File Handling\(rq\&. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} \fB\-\-defaults\-file=\fR\fB\fIfile_name\fR\fR .TS allbox tab(:); lB l lB l. T{ Command-Line Format T}:T{ --defaults-file=file_name T} T{ Type T}:T{ File name T} .TE .sp 1 Use only the given option file\&. If the file does not exist or is otherwise inaccessible, an error occurs\&. If \fIfile_name\fR is not an absolute path name, it is interpreted relative to the current directory\&. .sp Exception: Even with \fB\-\-defaults\-file\fR, client programs read \&.mylogin\&.cnf\&. .sp For additional information about this and other option\-file options, see Section\ \&6.2.2.3, \(lqCommand-Line Options that Affect Option-File Handling\(rq\&. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} \fB\-\-defaults\-group\-suffix=\fR\fB\fIstr\fR\fR .TS allbox tab(:); lB l lB l. T{ Command-Line Format T}:T{ --defaults-group-suffix=str T} T{ Type T}:T{ String T} .TE .sp 1 Read not only the usual option groups, but also groups with the usual names and a suffix of \fIstr\fR\&. For example, \fBmysql_migrate_keyring\fR normally reads the [mysql_migrate_keyring] group\&. If this option is given as \fB\-\-defaults\-group\-suffix=_other\fR, \fBmysql_migrate_keyring\fR also reads the [mysql_migrate_keyring_other] group\&. .sp For additional information about this and other option\-file options, see Section\ \&6.2.2.3, \(lqCommand-Line Options that Affect Option-File Handling\(rq\&. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} \fB\-\-destination\-keyring=\fR\fB\fIname\fR\fR .TS allbox tab(:); lB l lB l. T{ Command-Line Format T}:T{ --destination-keyring=name T} T{ Type T}:T{ String T} .TE .sp 1 The destination keyring component for key migration\&. The format and interpretation of the option value is the same as described for the \fB\-\-source\-keyring\fR option\&. .if n \{\ .sp .\} .RS 4 .it 1 an-trap .nr an-no-space-flag 1 .nr an-break-flag 1 .br .ps +1 \fBNote\fR .ps -1 .br \fB\-\-component\-dir\fR, \fB\-\-source\-keyring\fR, and \fB\-\-destination\-keyring\fR are mandatory for all keyring migration operations performed by \fBmysql_migrate_keyring\fR\&. In addition, the source and destination components must differ, and both components must be properly configured so that \fBmysql_migrate_keyring\fR can load and use them\&. .sp .5v .RE .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} \fB\-\-destination\-keyring\-configuration\-dir=\fR\fB\fIdir_name\fR\fR .TS allbox tab(:); lB l lB l. T{ Command-Line Format T}:T{ --destination-keyring-configuration-dir=dir_name T} T{ Type T}:T{ Directory name T} .TE .sp 1 This option applies only if the destination keyring component global configuration file contains "read_local_config": true, indicating that component configuration is contained in the local configuration file\&. The option value specifies the directory containing that local file\&. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} \fB\-\-get\-server\-public\-key\fR .TS allbox tab(:); lB l lB l. T{ Command-Line Format T}:T{ --get-server-public-key T} T{ Type T}:T{ Boolean T} .TE .sp 1 Request from the server the public key required for RSA key pair\-based password exchange\&. This option applies to clients that authenticate with the caching_sha2_password authentication plugin\&. For that plugin, the server does not send the public key unless requested\&. This option is ignored for accounts that do not authenticate with that plugin\&. It is also ignored if RSA\-based password exchange is not used, as is the case when the client connects to the server using a secure connection\&. .sp If \fB\-\-server\-public\-key\-path=\fR\fB\fIfile_name\fR\fR is given and specifies a valid public key file, it takes precedence over \fB\-\-get\-server\-public\-key\fR\&. .sp For information about the caching_sha2_password plugin, see Section\ \&8.4.1.2, \(lqCaching SHA-2 Pluggable Authentication\(rq\&. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} \fB\-\-host=\fR\fB\fIhost_name\fR\fR, \fB\-h \fR\fB\fIhost_name\fR\fR .TS allbox tab(:); lB l lB l lB l. T{ Command-Line Format T}:T{ --host=host_name T} T{ Type T}:T{ String T} T{ Default Value T}:T{ localhost T} .TE .sp 1 The host location of the running server that is currently using one of the key migration keystores\&. Migration always occurs on the local host, so the option always specifies a value for connecting to a local server, such as localhost, 127\&.0\&.0\&.1, ::1, or the local host IP address or host name\&. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} \fB\-\-login\-path=\fR\fB\fIname\fR\fR .TS allbox tab(:); lB l lB l. T{ Command-Line Format T}:T{ --login-path=name T} T{ Type T}:T{ String T} .TE .sp 1 Read options from the named login path in the \&.mylogin\&.cnf login path file\&. A \(lqlogin path\(rq is an option group containing options that specify which MySQL server to connect to and which account to authenticate as\&. To create or modify a login path file, use the \fBmysql_config_editor\fR utility\&. See mysql_config_editor(1)\&. .sp For additional information about this and other option\-file options, see Section\ \&6.2.2.3, \(lqCommand-Line Options that Affect Option-File Handling\(rq\&. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} \fB\-\-no\-login\-paths\fR .TS allbox tab(:); lB l. T{ Command-Line Format T}:T{ --no-login-paths T} .TE .sp 1 Skips reading options from the login path file\&. .sp See \fB\-\-login\-path\fR for related information\&. .sp For additional information about this and other option\-file options, see Section\ \&6.2.2.3, \(lqCommand-Line Options that Affect Option-File Handling\(rq\&. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} \fB\-\-no\-defaults\fR .TS allbox tab(:); lB l. T{ Command-Line Format T}:T{ --no-defaults T} .TE .sp 1 Do not read any option files\&. If program startup fails due to reading unknown options from an option file, \fB\-\-no\-defaults\fR can be used to prevent them from being read\&. .sp The exception is that the \&.mylogin\&.cnf file is read in all cases, if it exists\&. This permits passwords to be specified in a safer way than on the command line even when \fB\-\-no\-defaults\fR is used\&. To create \&.mylogin\&.cnf, use the \fBmysql_config_editor\fR utility\&. See mysql_config_editor(1)\&. .sp For additional information about this and other option\-file options, see Section\ \&6.2.2.3, \(lqCommand-Line Options that Affect Option-File Handling\(rq\&. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} \fB\-\-online\-migration\fR .TS allbox tab(:); lB l lB l lB l. T{ Command-Line Format T}:T{ --online-migration T} T{ Type T}:T{ Boolean T} T{ Default Value T}:T{ FALSE T} .TE .sp 1 This option is mandatory when a running server is using the keyring\&. It tells \fBmysql_migrate_keyring\fR to perform an online key migration\&. The option has these effects: .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} \fBmysql_migrate_keyring\fR connects to the server using any connection options specified; these options are otherwise ignored\&. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} After \fBmysql_migrate_keyring\fR connects to the server, it tells the server to pause keyring operations\&. When key copying is complete, \fBmysql_migrate_keyring\fR tells the server it can resume keyring operations before disconnecting\&. .RE .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} \fB\-\-password[=\fR\fB\fIpassword\fR\fR\fB]\fR, \fB\-p[\fR\fB\fIpassword\fR\fR\fB]\fR .TS allbox tab(:); lB l lB l. T{ Command-Line Format T}:T{ --password[=password] T} T{ Type T}:T{ String T} .TE .sp 1 The password of the MySQL account used for connecting to the running server that is currently using one of the key migration keystores\&. The password value is optional\&. If not given, \fBmysql_migrate_keyring\fR prompts for one\&. If given, there must be \fIno space\fR between \fB\-\-password=\fR or \fB\-p\fR and the password following it\&. If no password option is specified, the default is to send no password\&. .sp Specifying a password on the command line should be considered insecure\&. To avoid giving the password on the command line, use an option file\&. See Section\ \&8.1.2.1, \(lqEnd-User Guidelines for Password Security\(rq\&. .sp To explicitly specify that there is no password and that \fBmysql_migrate_keyring\fR should not prompt for one, use the \fB\-\-skip\-password\fR option\&. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} \fB\-\-port=\fR\fB\fIport_num\fR\fR, \fB\-P \fR\fB\fIport_num\fR\fR .TS allbox tab(:); lB l lB l lB l. T{ Command-Line Format T}:T{ --port=port_num T} T{ Type T}:T{ Numeric T} T{ Default Value T}:T{ 0 T} .TE .sp 1 For TCP/IP connections, the port number for connecting to the running server that is currently using one of the key migration keystores\&. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} \fB\-\-print\-defaults\fR .TS allbox tab(:); lB l. T{ Command-Line Format T}:T{ --print-defaults T} .TE .sp 1 Print the program name and all options that it gets from option files\&. .sp For additional information about this and other option\-file options, see Section\ \&6.2.2.3, \(lqCommand-Line Options that Affect Option-File Handling\(rq\&. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} \fB\-\-server\-public\-key\-path=\fR\fB\fIfile_name\fR\fR .TS allbox tab(:); lB l lB l. T{ Command-Line Format T}:T{ --server-public-key-path=file_name T} T{ Type T}:T{ File name T} .TE .sp 1 The path name to a file in PEM format containing a client\-side copy of the public key required by the server for RSA key pair\-based password exchange\&. This option applies to clients that authenticate with the sha256_password or caching_sha2_password authentication plugin\&. This option is ignored for accounts that do not authenticate with one of those plugins\&. It is also ignored if RSA\-based password exchange is not used, as is the case when the client connects to the server using a secure connection\&. .sp If \fB\-\-server\-public\-key\-path=\fR\fB\fIfile_name\fR\fR is given and specifies a valid public key file, it takes precedence over \fB\-\-get\-server\-public\-key\fR\&. .sp For sha256_password, this option applies only if MySQL was built using OpenSSL\&. .sp For information about the sha256_password and caching_sha2_password plugins, see Section\ \&8.4.1.3, \(lqSHA-256 Pluggable Authentication\(rq, and Section\ \&8.4.1.2, \(lqCaching SHA-2 Pluggable Authentication\(rq\&. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} \fB\-\-socket=\fR\fB\fIpath\fR\fR, \fB\-S \fR\fB\fIpath\fR\fR .TS allbox tab(:); lB l lB l. T{ Command-Line Format T}:T{ --socket={file_name|pipe_name} T} T{ Type T}:T{ String T} .TE .sp 1 For Unix socket file or Windows named pipe connections, the socket file or named pipe for connecting to the running server that is currently using one of the key migration keystores\&. .sp On Windows, this option applies only if the server was started with the named_pipe system variable enabled to support named\-pipe connections\&. In addition, the user making the connection must be a member of the Windows group specified by the named_pipe_full_access_group system variable\&. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} \fB\-\-source\-keyring=\fR\fB\fIname\fR\fR .TS allbox tab(:); lB l lB l. T{ Command-Line Format T}:T{ --source-keyring=name T} T{ Type T}:T{ String T} .TE .sp 1 The source keyring component for key migration\&. This is the component library file name specified without any platform\-specific extension such as \&.so or \&.dll\&. For example, to use the component for which the library file is component_keyring_file\&.so, specify the option as \fB\-\-source\-keyring=component_keyring_file\fR\&. .if n \{\ .sp .\} .RS 4 .it 1 an-trap .nr an-no-space-flag 1 .nr an-break-flag 1 .br .ps +1 \fBNote\fR .ps -1 .br \fB\-\-component\-dir\fR, \fB\-\-source\-keyring\fR, and \fB\-\-destination\-keyring\fR are mandatory for all keyring migration operations performed by \fBmysql_migrate_keyring\fR\&. In addition, the source and destination components must differ, and both components must be properly configured so that \fBmysql_migrate_keyring\fR can load and use them\&. .sp .5v .RE .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} \fB\-\-source\-keyring\-configuration\-dir=\fR\fB\fIdir_name\fR\fR .TS allbox tab(:); lB l lB l. T{ Command-Line Format T}:T{ --source-keyring-configuration-dir=dir_name T} T{ Type T}:T{ Directory name T} .TE .sp 1 This option applies only if the source keyring component global configuration file contains "read_local_config": true, indicating that component configuration is contained in the local configuration file\&. The option value specifies the directory containing that local file\&. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} \fB\-\-ssl*\fR Options that begin with \fB\-\-ssl\fR specify whether to connect to the server using encryption and indicate where to find SSL keys and certificates\&. See the section called \(lqCommand Options for Encrypted Connections\(rq\&. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} \fB\-\-ssl\-fips\-mode={OFF|ON|STRICT}\fR .TS allbox tab(:); lB l lB l lB l lB l lB l. T{ Command-Line Format T}:T{ --ssl-fips-mode={OFF|ON|STRICT} T} T{ Deprecated T}:T{ Yes T} T{ Type T}:T{ Enumeration T} T{ Default Value T}:T{ OFF T} T{ Valid Values T}:T{ .PP OFF .PP ON .PP STRICT T} .TE .sp 1 Controls whether to enable FIPS mode on the client side\&. The \fB\-\-ssl\-fips\-mode\fR option differs from other \fB\-\-ssl\-\fR\fB\fIxxx\fR\fR options in that it is not used to establish encrypted connections, but rather to affect which cryptographic operations to permit\&. See Section\ \&8.8, \(lqFIPS Support\(rq\&. .sp These \fB\-\-ssl\-fips\-mode\fR values are permitted: .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} OFF: Disable FIPS mode\&. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} ON: Enable FIPS mode\&. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} STRICT: Enable \(lqstrict\(rq FIPS mode\&. .RE .sp .if n \{\ .sp .\} .RS 4 .it 1 an-trap .nr an-no-space-flag 1 .nr an-break-flag 1 .br .ps +1 \fBNote\fR .ps -1 .br If the OpenSSL FIPS Object Module is not available, the only permitted value for \fB\-\-ssl\-fips\-mode\fR is OFF\&. In this case, setting \fB\-\-ssl\-fips\-mode\fR to ON or STRICT causes the client to produce a warning at startup and to operate in non\-FIPS mode\&. .sp .5v .RE This option is deprecated\&. Expect it to be removed in a future version of MySQL\&. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} \fB\-\-tls\-ciphersuites=\fR\fB\fIciphersuite_list\fR\fR .TS allbox tab(:); lB l lB l. T{ Command-Line Format T}:T{ --tls-ciphersuites=ciphersuite_list T} T{ Type T}:T{ String T} .TE .sp 1 The permissible ciphersuites for encrypted connections that use TLSv1\&.3\&. The value is a list of one or more colon\-separated ciphersuite names\&. The ciphersuites that can be named for this option depend on the SSL library used to compile MySQL\&. For details, see Section\ \&8.3.2, \(lqEncrypted Connection TLS Protocols and Ciphers\(rq\&. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} \fB\-\-tls\-sni\-servername=\fR\fB\fIserver_name\fR\fR .TS allbox tab(:); lB l lB l. T{ Command-Line Format T}:T{ --tls-sni-servername=server_name T} T{ Type T}:T{ String T} .TE .sp 1 When specified, the name is passed to the libmysqlclient C API library using the MYSQL_OPT_TLS_SNI_SERVERNAME option of mysql_options()\&. The server name is not case\-sensitive\&. To show which server name the client specified for the current session, if any, check the Tls_sni_server_name status variable\&. .sp Server Name Indication (SNI) is an extension to the TLS protocol (OpenSSL must be compiled using TLS extensions for this option to function)\&. The MySQL implementation of SNI represents the client\-side only\&. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} \fB\-\-tls\-version=\fR\fB\fIprotocol_list\fR\fR .TS allbox tab(:); lB l lB l lB l. T{ Command-Line Format T}:T{ --tls-version=protocol_list T} T{ Type T}:T{ String T} T{ Default Value T}:T{ .PP TLSv1,TLSv1.1,TLSv1.2,TLSv1.3 (OpenSSL 1.1.1 or higher) .PP TLSv1,TLSv1.1,TLSv1.2 (otherwise) T} .TE .sp 1 The permissible TLS protocols for encrypted connections\&. The value is a list of one or more comma\-separated protocol names\&. The protocols that can be named for this option depend on the SSL library used to compile MySQL\&. For details, see Section\ \&8.3.2, \(lqEncrypted Connection TLS Protocols and Ciphers\(rq\&. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} \fB\-\-user=\fR\fB\fIuser_name\fR\fR, \fB\-u \fR\fB\fIuser_name\fR\fR .TS allbox tab(:); lB l lB l. T{ Command-Line Format T}:T{ --user=user_name T} T{ Type T}:T{ String T} .TE .sp 1 The user name of the MySQL account used for connecting to the running server that is currently using one of the key migration keystores\&. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} \fB\-\-verbose\fR, \fB\-v\fR .TS allbox tab(:); lB l. T{ Command-Line Format T}:T{ --verbose T} .TE .sp 1 Verbose mode\&. Produce more output about what the program does\&. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} \fB\-\-version\fR, \fB\-V\fR .TS allbox tab(:); lB l. T{ Command-Line Format T}:T{ --version T} .TE .sp 1 Display version information and exit\&. .RE .SH "COPYRIGHT" .br .PP Copyright \(co 1997, 2024, Oracle and/or its affiliates. .PP This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. .PP This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. .PP You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/. .sp .SH "SEE ALSO" For more information, please refer to the MySQL Reference Manual, which may already be installed locally and which is also available online at http://dev.mysql.com/doc/. .SH AUTHOR Oracle Corporation (http://dev.mysql.com/).