mysql supports the following options, which
can be specified on the command line or in the
[mysql] and [client]
groups of an option file. For information about option files
used by MySQL programs, see Section 4.2.2.2, “Using Option Files”.
Table 4.11 mysql Client Options
| Option Name | Description | Introduced | Deprecated |
|---|---|---|---|
| --auto-rehash | Enable automatic rehashing | ||
| --auto-vertical-output | Enable automatic vertical result set display | ||
| --batch | Do not use history file | ||
| --binary-as-hex | Display binary values in hexadecimal notation | ||
| --binary-mode | Disable \r\n - to - \n translation and treatment of \0 as end-of-query | ||
| --bind-address | Use specified network interface to connect to MySQL Server | ||
| --character-sets-dir | Directory where character sets are installed | ||
| --column-names | Write column names in results | ||
| --column-type-info | Display result set metadata | ||
| --comments | Whether to retain or strip comments in statements sent to the server | ||
| --compress | Compress all information sent between client and server | 8.0.18 | |
| --compression-algorithms | Permitted compression algorithms for connections to server | 8.0.18 | |
| --connect-expired-password | Indicate to server that client can handle expired-password sandbox mode | ||
| --connect-timeout | Number of seconds before connection timeout | ||
| --database | The database to use | ||
| --debug | Write debugging log; supported only if MySQL was built with debugging support | ||
| --debug-check | Print debugging information when program exits | ||
| --debug-info | Print debugging information, memory, and CPU statistics when program exits | ||
| --default-auth | Authentication plugin to use | ||
| --default-character-set | Specify default character set | ||
| --defaults-extra-file | Read named option file in addition to usual option files | ||
| --defaults-file | Read only named option file | ||
| --defaults-group-suffix | Option group suffix value | ||
| --delimiter | Set the statement delimiter | ||
| --dns-srv-name | Use DNS SRV lookup for host information | 8.0.22 | |
| --enable-cleartext-plugin | Enable cleartext authentication plugin | ||
| --execute | Execute the statement and quit | ||
| --fido-register-factor | Multifactor authentication factors for which registration must be done | 8.0.27 | |
| --force | Continue even if an SQL error occurs | ||
| --get-server-public-key | Request RSA public key from server | ||
| --help | Display help message and exit | ||
| --histignore | Patterns specifying which statements to ignore for logging | ||
| --host | Host on which MySQL server is located | ||
| --html | Produce HTML output | ||
| --ignore-spaces | Ignore spaces after function names | ||
| --init-command | SQL statement to execute after connecting | ||
| --line-numbers | Write line numbers for errors | ||
| --load-data-local-dir | Directory for files named in LOAD DATA LOCAL statements | 8.0.21 | |
| --local-infile | Enable or disable for LOCAL capability for LOAD DATA | ||
| --login-path | Read login path options from .mylogin.cnf | ||
| --max-allowed-packet | Maximum packet length to send to or receive from server | ||
| --max-join-size | The automatic limit for rows in a join when using --safe-updates | ||
| --named-commands | Enable named mysql commands | ||
| --net-buffer-length | Buffer size for TCP/IP and socket communication | ||
| --network-namespace | Specify network namespace | 8.0.22 | |
| --no-auto-rehash | Disable automatic rehashing | ||
| --no-beep | Do not beep when errors occur | ||
| --no-defaults | Read no option files | ||
| --oci-config-file | Defines an alternate location for the Oracle Cloud Infrastructure CLI configuration file. | 8.0.27 | |
| --one-database | Ignore statements except those for the default database named on the command line | ||
| --pager | Use the given command for paging query output | ||
| --password | Password to use when connecting to server | ||
| --password1 | First multifactor authentication password to use when connecting to server | 8.0.27 | |
| --password2 | Second multifactor authentication password to use when connecting to server | 8.0.27 | |
| --password3 | Third multifactor authentication password to use when connecting to server | 8.0.27 | |
| --pipe | Connect to server using named pipe (Windows only) | ||
| --plugin-authentication-kerberos-client-mode | Permit GSSAPI pluggable authentication through the MIT Kerberos library on Windows | 8.0.32 | |
| --plugin-dir | Directory where plugins are installed | ||
| --port | TCP/IP port number for connection | ||
| --print-defaults | Print default options | ||
| --prompt | Set the prompt to the specified format | ||
| --protocol | Transport protocol to use | ||
| --quick | Do not cache each query result | ||
| --raw | Write column values without escape conversion | ||
| --reconnect | If the connection to the server is lost, automatically try to reconnect | ||
| --safe-updates, --i-am-a-dummy | Allow only UPDATE and DELETE statements that specify key values | ||
| --select-limit | The automatic limit for SELECT statements when using --safe-updates | ||
| --server-public-key-path | Path name to file containing RSA public key | ||
| --shared-memory-base-name | Shared-memory name for shared-memory connections (Windows only) | ||
| --show-warnings | Show warnings after each statement if there are any | ||
| --sigint-ignore | Ignore SIGINT signals (typically the result of typing Control+C) | ||
| --silent | Silent mode | ||
| --skip-auto-rehash | Disable automatic rehashing | ||
| --skip-column-names | Do not write column names in results | ||
| --skip-line-numbers | Skip line numbers for errors | ||
| --skip-named-commands | Disable named mysql commands | ||
| --skip-pager | Disable paging | ||
| --skip-reconnect | Disable reconnecting | ||
| --socket | Unix socket file or Windows named pipe to use | ||
| --ssl-ca | File that contains list of trusted SSL Certificate Authorities | ||
| --ssl-capath | Directory that contains trusted SSL Certificate Authority certificate files | ||
| --ssl-cert | File that contains X.509 certificate | ||
| --ssl-cipher | Permissible ciphers for connection encryption | ||
| --ssl-crl | File that contains certificate revocation lists | ||
| --ssl-crlpath | Directory that contains certificate revocation-list files | ||
| --ssl-fips-mode | Whether to enable FIPS mode on client side | 8.0.34 | |
| --ssl-key | File that contains X.509 key | ||
| --ssl-mode | Desired security state of connection to server | ||
| --ssl-session-data | File that contains SSL session data | 8.0.29 | |
| --ssl-session-data-continue-on-failed-reuse | Whether to establish connections if session reuse fails | 8.0.29 | |
| --syslog | Log interactive statements to syslog | ||
| --table | Display output in tabular format | ||
| --tee | Append a copy of output to named file | ||
| --tls-ciphersuites | Permissible TLSv1.3 ciphersuites for encrypted connections | 8.0.16 | |
| --tls-version | Permissible TLS protocols for encrypted connections | ||
| --unbuffered | Flush the buffer after each query | ||
| --user | MySQL user name to use when connecting to server | ||
| --verbose | Verbose mode | ||
| --version | Display version information and exit | ||
| --vertical | Print query output rows vertically (one line per column value) | ||
| --wait | If the connection cannot be established, wait and retry instead of aborting | ||
| --xml | Produce XML output | ||
| --zstd-compression-level | Compression level for connections to server that use zstd compression | 8.0.18 |
--help,-?Display a help message and exit.
Enable automatic rehashing. This option is on by default, which enables database, table, and column name completion. Use
--disable-auto-rehashto disable rehashing. That causes mysql to start faster, but you must issue therehashcommand or its\#shortcut if you want to use name completion.To complete a name, enter the first part and press Tab. If the name is unambiguous, mysql completes it. Otherwise, you can press Tab again to see the possible names that begin with what you have typed so far. Completion does not occur if there is no default database.
NoteThis feature requires a MySQL client that is compiled with the readline library. Typically, the readline library is not available on Windows.
Cause result sets to be displayed vertically if they are too wide for the current window, and using normal tabular format otherwise. (This applies to statements terminated by
;or\G.)--batch,-BPrint results using tab as the column separator, with each row on a new line. With this option, mysql does not use the history file.
Batch mode results in nontabular output format and escaping of special characters. Escaping may be disabled by using raw mode; see the description for the
--rawoption.When this option is given, mysql displays binary data using hexadecimal notation (
0x). This occurs whether the overall output display format is tabular, vertical, HTML, or XML.value--binary-as-hexwhen enabled affects display of all binary strings, including those returned by functions such asCHAR()andUNHEX(). The following example demonstrates this using the ASCII code forA(65 decimal, 41 hexadecimal):--binary-as-hexdisabled:mysql> SELECT CHAR(0x41), UNHEX('41'); +------------+-------------+ | CHAR(0x41) | UNHEX('41') | +------------+-------------+ | A | A | +------------+-------------+--binary-as-hexenabled:mysql> SELECT CHAR(0x41), UNHEX('41'); +------------------------+--------------------------+ | CHAR(0x41) | UNHEX('41') | +------------------------+--------------------------+ | 0x41 | 0x41 | +------------------------+--------------------------+
To write a binary string expression so that it displays as a character string regardless of whether
--binary-as-hexis enabled, use these techniques:The
CHAR()function has aUSINGclause:charsetmysql> SELECT CHAR(0x41 USING utf8mb4); +--------------------------+ | CHAR(0x41 USING utf8mb4) | +--------------------------+ | A | +--------------------------+More generally, use
CONVERT()to convert an expression to a given character set:mysql> SELECT CONVERT(UNHEX('41') USING utf8mb4); +------------------------------------+ | CONVERT(UNHEX('41') USING utf8mb4) | +------------------------------------+ | A | +------------------------------------+
As of MySQL 8.0.19, when mysql operates in interactive mode, this option is enabled by default. In addition, output from the
status(or\s) command includes this line when the option is enabled implicitly or explicitly:Binary data as: HexadecimalTo disable hexadecimal notation, use
--skip-binary-as-hexThis option helps when processing mysqlbinlog output that may contain
BLOBvalues. By default, mysql translates\r\nin statement strings to\nand interprets\0as the statement terminator.--binary-modedisables both features. It also disables all mysql commands exceptcharsetanddelimiterin noninteractive mode (for input piped to mysql or loaded using thesourcecommand).On a computer having multiple network interfaces, use this option to select which interface to use for connecting to the MySQL server.
The directory where character sets are installed. See Section 10.15, “Character Set Configuration”.
Write column names in results.
Display result set metadata. This information corresponds to the contents of C API
MYSQL_FIELDdata structures. See C API Basic Data Structures.--comments,-cWhether to strip or preserve comments in statements sent to the server. The default is
--skip-comments(strip comments), enable with--comments(preserve comments).NoteThe mysql client always passes optimizer hints to the server, regardless of whether this option is given.
Comment stripping is deprecated. Expect this feature and the options to control it to be removed in a future MySQL release.
--compress,-CCompress all information sent between the client and the server if possible. See Section 4.2.8, “Connection Compression Control”.
As of MySQL 8.0.18, this option is deprecated. Expect it to be removed in a future version of MySQL. See Configuring Legacy Connection Compression.
--compression-algorithms=valueThe permitted compression algorithms for connections to the server. The available algorithms are the same as for the
protocol_compression_algorithmssystem variable. The default value isuncompressed.For more information, see Section 4.2.8, “Connection Compression Control”.
This option was added in MySQL 8.0.18.
Indicate to the server that the client can handle sandbox mode if the account used to connect has an expired password. This can be useful for noninteractive invocations of mysql because normally the server disconnects noninteractive clients that attempt to connect using an account with an expired password. (See Section 6.2.16, “Server Handling of Expired Passwords”.)
The number of seconds before connection timeout. (Default value is
0.)--database=,db_name-Ddb_nameThe database to use. This is useful primarily in an option file.
--debug[=,debug_options]-# [debug_options]Write a debugging log. A typical
debug_optionsstring isd:t:o,. The default isfile_named:t:o,/tmp/mysql.trace.This option is available only if MySQL was built using
WITH_DEBUG. MySQL release binaries provided by Oracle are not built using this option.Print some debugging information when the program exits.
This option is available only if MySQL was built using
WITH_DEBUG. MySQL release binaries provided by Oracle are not built using this option.--debug-info,-TPrint debugging information and memory and CPU usage statistics when the program exits.
This option is available only if MySQL was built using
WITH_DEBUG. MySQL release binaries provided by Oracle are not built using this option.A hint about which client-side authentication plugin to use. See Section 6.2.17, “Pluggable Authentication”.
--default-character-set=charset_nameUse
charset_nameas the default character set for the client and connection.This option can be useful if the operating system uses one character set and the mysql client by default uses another. In this case, output may be formatted incorrectly. You can usually fix such issues by using this option to force the client to use the system character set instead.
For more information, see Section 10.4, “Connection Character Sets and Collations”, and Section 10.15, “Character Set Configuration”.
--defaults-extra-file=file_nameRead 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
file_nameis not an absolute path name, it is interpreted relative to the current directory.For additional information about this and other option-file options, see Section 4.2.2.3, “Command-Line Options that Affect Option-File Handling”.
Use only the given option file. If the file does not exist or is otherwise inaccessible, an error occurs. If
file_nameis not an absolute path name, it is interpreted relative to the current directory.Exception: Even with
--defaults-file, client programs read.mylogin.cnf.For additional information about this and other option-file options, see Section 4.2.2.3, “Command-Line Options that Affect Option-File Handling”.
Read not only the usual option groups, but also groups with the usual names and a suffix of
str. For example, mysql normally reads the[client]and[mysql]groups. If this option is given as--defaults-group-suffix=_other, mysql also reads the[client_other]and[mysql_other]groups.For additional information about this and other option-file options, see Section 4.2.2.3, “Command-Line Options that Affect Option-File Handling”.
Set the statement delimiter. The default is the semicolon character (
;).Disable named commands. Use the
\*form only, or use named commands only at the beginning of a line ending with a semicolon (;). mysql starts with this option enabled by default. However, even with this option, long-format commands still work from the first line. See Section 4.5.1.2, “mysql Client Commands”.Specifies the name of a DNS SRV record that determines the candidate hosts to use for establishing a connection to a MySQL server. For information about DNS SRV support in MySQL, see Section 4.2.6, “Connecting to the Server Using DNS SRV Records”.
Suppose that DNS is configured with this SRV information for the
example.comdomain:Name TTL Class Priority Weight Port Target _mysql._tcp.example.com. 86400 IN SRV 0 5 3306 host1.example.com _mysql._tcp.example.com. 86400 IN SRV 0 10 3306 host2.example.com _mysql._tcp.example.com. 86400 IN SRV 10 5 3306 host3.example.com _mysql._tcp.example.com. 86400 IN SRV 20 5 3306 host4.example.comTo use that DNS SRV record, invoke mysql like this:
mysql --dns-srv-name=_mysql._tcp.example.commysql then attempts a connection to each server in the group until a successful connection is established. A failure to connect occurs only if a connection cannot be established to any of the servers. The priority and weight values in the DNS SRV record determine the order in which servers should be tried.
When invoked with
--dns-srv-name, mysql attempts to establish TCP connections only.The
--dns-srv-nameoption takes precedence over the--hostoption if both are given.--dns-srv-namecauses connection establishment to use themysql_real_connect_dns_srv()C API function rather thanmysql_real_connect(). However, if theconnectcommand is subsequently used at runtime and specifies a host name argument, that host name takes precedence over any--dns-srv-nameoption given at mysql startup to specify a DNS SRV record.This option was added in MySQL 8.0.22.
Enable the
mysql_clear_passwordcleartext authentication plugin. (See Section 6.4.1.4, “Client-Side Cleartext Pluggable Authentication”.)--execute=,statement-estatementExecute the statement and quit. The default output format is like that produced with
--batch. See Section 4.2.2.1, “Using Options on the Command Line”, for some examples. With this option, mysql does not use the history file.The factor or factors for which FIDO device registration must be performed. This option value must be a single value, or two values separated by commas. Each value must be 2 or 3, so the permitted option values are
'2','3','2,3'and'3,2'.For example, an account that requires registration for a 3rd authentication factor invokes the mysql client as follows:
mysql --user=user_name --fido-register-factor=3An account that requires registration for a 2nd and 3rd authentication factor invokes the mysql client as follows:
mysql --user=user_name --fido-register-factor=2,3If registration is successful, a connection is established. If there is an authentication factor with a pending registration, a connection is placed into pending registration mode when attempting to connect to the server. In this case, disconnect and reconnect with the correct
--fido-register-factorvalue to complete the registration.Registration is a two step process comprising initiate registration and finish registration steps. The initiate registration step executes this statement:
ALTER USER user factor INITIATE REGISTRATIONThe statement returns a result set containing a 32 byte challenge, the user name, and the relying party ID (see
authentication_fido_rp_id).The finish registration step executes this statement:
ALTER USER user factor FINISH REGISTRATION SET CHALLENGE_RESPONSE AS 'auth_string'The statement completes the registration and sends the following information to the server as part of the
auth_string: authenticator data, an optional attestation certificate in X.509 format, and a signature.The initiate and registration steps must be performed in a single connection, as the challenge received by the client during the initiate step is saved to the client connection handler. Registration would fail if the registration step was performed by a different connection. The
--fido-register-factoroption executes both the initiate and registration steps, which avoids the failure scenario described above and prevents having to execute theALTER USERinitiate and registration statements manually.The
--fido-register-factoroption is only available for the mysql client and MySQL Shell. Other MySQL client programs do not support it.For related information, see Using FIDO Authentication.
--force,-fContinue even if an SQL error occurs.
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_passwordauthentication 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.If
--server-public-key-path=is given and specifies a valid public key file, it takes precedence overfile_name--get-server-public-key.For information about the
caching_sha2_passwordplugin, see Section 6.4.1.2, “Caching SHA-2 Pluggable Authentication”.A list of one or more colon-separated patterns specifying statements to ignore for logging purposes. These patterns are added to the default pattern list (
"*IDENTIFIED*:*PASSWORD*"). The value specified for this option affects logging of statements written to the history file, and tosyslogif the--syslogoption is given. For more information, see Section 4.5.1.3, “mysql Client Logging”.--host=,host_name-hhost_nameConnect to the MySQL server on the given host.
The
--dns-srv-nameoption takes precedence over the--hostoption if both are given.--dns-srv-namecauses connection establishment to use themysql_real_connect_dns_srv()C API function rather thanmysql_real_connect(). However, if theconnectcommand is subsequently used at runtime and specifies a host name argument, that host name takes precedence over any--dns-srv-nameoption given at mysql startup to specify a DNS SRV record.--html,-HProduce HTML output.
--ignore-spaces,-iIgnore spaces after function names. The effect of this is described in the discussion for the
IGNORE_SPACESQL mode (see Section 5.1.11, “Server SQL Modes”).SQL statement to execute after connecting to the server. If auto-reconnect is enabled, the statement is executed again after reconnection occurs.
Write line numbers for errors. Disable this with
--skip-line-numbers.--load-data-local-dir=dir_nameThis option affects the client-side
LOCALcapability forLOAD DATAoperations. It specifies the directory in which files named inLOAD DATA LOCALstatements must be located. The effect of--load-data-local-dirdepends on whetherLOCALdata loading is enabled or disabled:If
LOCALdata loading is enabled, either by default in the MySQL client library or by specifying--local-infile[=1], the--load-data-local-diroption is ignored.If
LOCALdata loading is disabled, either by default in the MySQL client library or by specifying--local-infile=0, the--load-data-local-diroption applies.
When
--load-data-local-dirapplies, the option value designates the directory in which local data files must be located. Comparison of the directory path name and the path name of files to be loaded is case-sensitive regardless of the case sensitivity of the underlying file system. If the option value is the empty string, it names no directory, with the result that no files are permitted for local data loading.For example, to explicitly disable local data loading except for files located in the
/my/local/datadirectory, invoke mysql like this:mysql --local-infile=0 --load-data-local-dir=/my/local/dataWhen both
--local-infileand--load-data-local-dirare given, the order in which they are given does not matter.Successful use of
LOCALload operations within mysql also requires that the server permits local loading; see Section 6.1.6, “Security Considerations for LOAD DATA LOCAL”The
--load-data-local-diroption was added in MySQL 8.0.21.By default,
LOCALcapability forLOAD DATAis determined by the default compiled into the MySQL client library. To enable or disableLOCALdata loading explicitly, use the--local-infileoption. When given with no value, the option enablesLOCALdata loading. When given as--local-infile=0or--local-infile=1, the option disables or enablesLOCALdata loading.If
LOCALcapability is disabled, the--load-data-local-diroption can be used to permit restricted local loading of files located in a designated directory.Successful use of
LOCALload operations within mysql also requires that the server permits local loading; see Section 6.1.6, “Security Considerations for LOAD DATA LOCAL”Read options from the named login path in the
.mylogin.cnflogin path file. A “login path” 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 mysql_config_editor utility. See Section 4.6.7, “mysql_config_editor — MySQL Configuration Utility”.For additional information about this and other option-file options, see Section 4.2.2.3, “Command-Line Options that Affect Option-File Handling”.
The maximum size of the buffer for client/server communication. The default is 16MB, the maximum is 1GB.
The automatic limit for rows in a join when using
--safe-updates. (Default value is 1,000,000.)--named-commands,-GEnable named mysql commands. Long-format commands are permitted, not just short-format commands. For example,
quitand\qboth are recognized. Use--skip-named-commandsto disable named commands. See Section 4.5.1.2, “mysql Client Commands”.The buffer size for TCP/IP and socket communication. (Default value is 16KB.)
The network namespace to use for TCP/IP connections. If omitted, the connection uses the default (global) namespace. For information about network namespaces, see Section 5.1.14, “Network Namespace Support”.
This option was added in MySQL 8.0.22. It is available only on platforms that implement network namespace support.
--no-auto-rehash,-AThis has the same effect as
--skip-auto-rehash. See the description for--auto-rehash.--no-beep,-bDo not beep when errors occur.
Do not read any option files. If program startup fails due to reading unknown options from an option file,
--no-defaultscan be used to prevent them from being read.The exception is that the
.mylogin.cnffile 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--no-defaultsis used. To create.mylogin.cnf, use the mysql_config_editor utility. See Section 4.6.7, “mysql_config_editor — MySQL Configuration Utility”.For additional information about this and other option-file options, see Section 4.2.2.3, “Command-Line Options that Affect Option-File Handling”.
--one-database,-oIgnore statements except those that occur while the default database is the one named on the command line. This option is rudimentary and should be used with care. Statement filtering is based only on
USEstatements.Initially, mysql executes statements in the input because specifying a database
db_nameon the command line is equivalent to insertingUSEat the beginning of the input. Then, for eachdb_nameUSEstatement encountered, mysql accepts or rejects following statements depending on whether the database named is the one on the command line. The content of the statements is immaterial.Suppose that mysql is invoked to process this set of statements:
DELETE FROM db2.t2; USE db2; DROP TABLE db1.t1; CREATE TABLE db1.t1 (i INT); USE db1; INSERT INTO t1 (i) VALUES(1); CREATE TABLE db2.t1 (j INT);If the command line is mysql --force --one-database db1, mysql handles the input as follows:
The
DELETEstatement is executed because the default database isdb1, even though the statement names a table in a different database.The
DROP TABLEandCREATE TABLEstatements are not executed because the default database is notdb1, even though the statements name a table indb1.The
INSERTandCREATE TABLEstatements are executed because the default database isdb1, even though theCREATE TABLEstatement names a table in a different database.
Use the given command for paging query output. If the command is omitted, the default pager is the value of your
PAGERenvironment variable. Valid pagers are less, more, cat [> filename], and so forth. This option works only on Unix and only in interactive mode. To disable paging, use--skip-pager. Section 4.5.1.2, “mysql Client Commands”, discusses output paging further.--password[=,password]-p[password]The password of the MySQL account used for connecting to the server. The password value is optional. If not given, mysql prompts for one. If given, there must be no space between
--password=or-pand the password following it. If no password option is specified, the default is to send no password.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 6.1.2.1, “End-User Guidelines for Password Security”.
To explicitly specify that there is no password and that mysql should not prompt for one, use the
--skip-passwordoption.The password for multifactor authentication factor 1 of the MySQL account used for connecting to the server. The password value is optional. If not given, mysql prompts for one. If given, there must be no space between
--password1=and the password following it. If no password option is specified, the default is to send no password.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 6.1.2.1, “End-User Guidelines for Password Security”.
To explicitly specify that there is no password and that mysql should not prompt for one, use the
--skip-password1option.--password1and--passwordare synonymous, as are--skip-password1and--skip-password.The password for multifactor authentication factor 2 of the MySQL account used for connecting to the server. The semantics of this option are similar to the semantics for
--password1; see the description of that option for details.The password for multifactor authentication factor 3 of the MySQL account used for connecting to the server. The semantics of this option are similar to the semantics for
--password1; see the description of that option for details.--pipe,-WOn Windows, connect to the server using a named pipe. This option applies only if the server was started with the
named_pipesystem variable enabled to support named-pipe connections. In addition, the user making the connection must be a member of the Windows group specified by thenamed_pipe_full_access_groupsystem variable.--plugin-authentication-kerberos-client-mode=valueOn Windows, the
authentication_kerberos_clientauthentication plugin supports this plugin option. It provides two possible values that the client user can set at runtime:SSPIandGSSAPI.The default value for the client-side plugin option uses Security Support Provider Interface (SSPI), which is capable of acquiring credentials from the Windows in-memory cache. Alternatively, the client user can select a mode that supports Generic Security Service Application Program Interface (GSSAPI) through the MIT Kerberos library on Windows. GSSAPI is capable of acquiring cached credentials previously generated by using the kinit command.
For more information, see Commands for Windows Clients in GSSAPI Mode.
The directory in which to look for plugins. Specify this option if the
--default-authoption is used to specify an authentication plugin but mysql does not find it. See Section 6.2.17, “Pluggable Authentication”.--port=,port_num-Pport_numFor TCP/IP connections, the port number to use.
Print the program name and all options that it gets from option files.
For additional information about this and other option-file options, see Section 4.2.2.3, “Command-Line Options that Affect Option-File Handling”.
Set the prompt to the specified format. The default is
mysql>. The special sequences that the prompt can contain are described in Section 4.5.1.2, “mysql Client Commands”.--protocol={TCP|SOCKET|PIPE|MEMORY}The transport protocol to use for connecting to the server. It is useful when the other connection parameters normally result in use of a protocol other than the one you want. For details on the permissible values, see Section 4.2.7, “Connection Transport Protocols”.
--quick,-qDo not cache each query result, print each row as it is received. This may slow down the server if the output is suspended. With this option, mysql does not use the history file.
--raw,-rFor tabular output, the “boxing” around columns enables one column value to be distinguished from another. For nontabular output (such as is produced in batch mode or when the
--batchor--silentoption is given), special characters are escaped in the output so they can be identified easily. Newline, tab,NUL, and backslash are written as\n,\t,\0, and\\. The--rawoption disables this character escaping.The following example demonstrates tabular versus nontabular output and the use of raw mode to disable escaping:
% mysql mysql> SELECT CHAR(92); +----------+ | CHAR(92) | +----------+ | \ | +----------+ % mysql -s mysql> SELECT CHAR(92); CHAR(92) \\ % mysql -s -r mysql> SELECT CHAR(92); CHAR(92) \If the connection to the server is lost, automatically try to reconnect. A single reconnect attempt is made each time the connection is lost. To suppress reconnection behavior, use
--skip-reconnect.--safe-updates,--i-am-a-dummy,-UIf this option is enabled,
UPDATEandDELETEstatements that do not use a key in theWHEREclause or aLIMITclause produce an error. In addition, restrictions are placed onSELECTstatements that produce (or are estimated to produce) very large result sets. If you have set this option in an option file, you can use--skip-safe-updateson the command line to override it. For more information about this option, see Using Safe-Updates Mode (--safe-updates).The automatic limit for
SELECTstatements when using--safe-updates. (Default value is 1,000.)--server-public-key-path=file_nameThe 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_passwordorcaching_sha2_passwordauthentication 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.If
--server-public-key-path=is given and specifies a valid public key file, it takes precedence overfile_name--get-server-public-key.For
sha256_password, this option applies only if MySQL was built using OpenSSL.For information about the
sha256_passwordandcaching_sha2_passwordplugins, see Section 6.4.1.3, “SHA-256 Pluggable Authentication”, and Section 6.4.1.2, “Caching SHA-2 Pluggable Authentication”.--shared-memory-base-name=nameOn Windows, the shared-memory name to use for connections made using shared memory to a local server. The default value is
MYSQL. The shared-memory name is case-sensitive.This option applies only if the server was started with the
shared_memorysystem variable enabled to support shared-memory connections.Cause warnings to be shown after each statement if there are any. This option applies to interactive and batch mode.
Ignore
SIGINTsignals (typically the result of typing Control+C).Without this option, typing Control+C interrupts the current statement if there is one, or cancels any partial input line otherwise.
--silent,-sSilent mode. Produce less output. This option can be given multiple times to produce less and less output.
This option results in nontabular output format and escaping of special characters. Escaping may be disabled by using raw mode; see the description for the
--rawoption.Do not write column names in results.
Do not write line numbers for errors. Useful when you want to compare result files that include error messages.
--socket=,path-SpathFor connections to
localhost, the Unix socket file to use, or, on Windows, the name of the named pipe to use.On Windows, this option applies only if the server was started with the
named_pipesystem variable enabled to support named-pipe connections. In addition, the user making the connection must be a member of the Windows group specified by thenamed_pipe_full_access_groupsystem variable.Options that begin with
--sslspecify whether to connect to the server using encryption and indicate where to find SSL keys and certificates. See Command Options for Encrypted Connections.--ssl-fips-mode={OFF|ON|STRICT}Controls whether to enable FIPS mode on the client side. The
--ssl-fips-modeoption differs from other--ssl-options in that it is not used to establish encrypted connections, but rather to affect which cryptographic operations to permit. See Section 6.8, “FIPS Support”.xxxThese
--ssl-fips-modevalues are permitted:OFF: Disable FIPS mode.ON: Enable FIPS mode.STRICT: Enable “strict” FIPS mode.
NoteIf the OpenSSL FIPS Object Module is not available, the only permitted value for
--ssl-fips-modeisOFF. In this case, setting--ssl-fips-modetoONorSTRICTcauses the client to produce a warning at startup and to operate in non-FIPS mode.As of MySQL 8.0.34, this option is deprecated. Expect it to be removed in a future version of MySQL.
--syslog,-jThis option causes mysql to send interactive statements to the system logging facility. On Unix, this is
syslog; on Windows, it is the Windows Event Log. The destination where logged messages appear is system dependent. On Linux, the destination is often the/var/log/messagesfile.Here is a sample of output generated on Linux by using
--syslog. This output is formatted for readability; each logged message actually takes a single line.Mar 7 12:39:25 myhost MysqlClient[20824]: SYSTEM_USER:'oscar', MYSQL_USER:'my_oscar', CONNECTION_ID:23, DB_SERVER:'127.0.0.1', DB:'--', QUERY:'USE test;' Mar 7 12:39:28 myhost MysqlClient[20824]: SYSTEM_USER:'oscar', MYSQL_USER:'my_oscar', CONNECTION_ID:23, DB_SERVER:'127.0.0.1', DB:'test', QUERY:'SHOW TABLES;'For more information, see Section 4.5.1.3, “mysql Client Logging”.
--table,-tDisplay output in table format. This is the default for interactive use, but can be used to produce table output in batch mode.
Append a copy of output to the given file. This option works only in interactive mode. Section 4.5.1.2, “mysql Client Commands”, discusses tee files further.
--tls-ciphersuites=ciphersuite_listThe 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 6.3.2, “Encrypted Connection TLS Protocols and Ciphers”.
This option was added in MySQL 8.0.16.
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 6.3.2, “Encrypted Connection TLS Protocols and Ciphers”.
--unbuffered,-nFlush the buffer after each query.
--user=,user_name-uuser_nameThe user name of the MySQL account to use for connecting to the server.
--verbose,-vVerbose mode. Produce more output about what the program does. This option can be given multiple times to produce more and more output. (For example,
-v -v -vproduces table output format even in batch mode.)--version,-VDisplay version information and exit.
--vertical,-EPrint query output rows vertically (one line per column value). Without this option, you can specify vertical output for individual statements by terminating them with
\G.--wait,-wIf the connection cannot be established, wait and retry instead of aborting.
--xml,-XProduce XML output.
<field name="column_name">NULL</field>The output when
--xmlis used with mysql matches that of mysqldump--xml. See Section 4.5.4, “mysqldump — A Database Backup Program”, for details.The XML output also uses an XML namespace, as shown here:
$> mysql --xml -uroot -e "SHOW VARIABLES LIKE 'version%'" <?xml version="1.0"?> <resultset statement="SHOW VARIABLES LIKE 'version%'" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <row> <field name="Variable_name">version</field> <field name="Value">5.0.40-debug</field> </row> <row> <field name="Variable_name">version_comment</field> <field name="Value">Source distribution</field> </row> <row> <field name="Variable_name">version_compile_machine</field> <field name="Value">i686</field> </row> <row> <field name="Variable_name">version_compile_os</field> <field name="Value">suse-linux-gnu</field> </row> </resultset>--zstd-compression-level=levelThe compression level to use for connections to the server that use the
zstdcompression algorithm. The permitted levels are from 1 to 22, with larger values indicating increasing levels of compression. The defaultzstdcompression level is 3. The compression level setting has no effect on connections that do not usezstdcompression.For more information, see Section 4.2.8, “Connection Compression Control”.
This option was added in MySQL 8.0.18.