Options for mariadb-admin & mysqladmin in MariaDB Enterprise Server 10.6
This page is part of MariaDB's Documentation.
The parent of this page is: Command-Line Interfaces for MariaDB Enterprise Server 10.6
Topics on this page:
Overview
The mariadb-admin
utility is the newer name for mysqladmin
, though you can still run it using either name.
Option | Description |
---|---|
Directory for character set files. | |
Use compression in server/client protocol. | |
Number of seconds before connection timeout. | |
Number of iterations to make. This works with -i (--sleep) only. | |
Check memory and open file usage at exit. | |
Print some debug info at exit. | |
Default authentication client-side plugin to use. | |
Set the default character set. | |
Read this file after the global files are read. | |
Only read default options from the given file #. | |
Additionally read default groups with # appended as a suffix. | |
Don't ask for confirmation on drop database; with multiple commands, continue even if an error occurs. | |
Display this help and exit. | |
Connect to host. | |
Local command, don't write to binlog. | |
Turn off beep on error. | |
Don't read default options from any option file. | |
Password to use when connecting to server. If password is not given it's asked from the tty. | |
Directory for client-side plugins. | |
Port number to use for connection or 0 for default to, in order of preference, my.cnf, $MYSQL_ | |
Print the program argument list and exit. | |
The protocol to use for connection (tcp, socket, pipe). | |
Show difference between current and previous values when used with -i. Currently only works with extended-status. | |
The maximum number of seconds to wait during a shutdown. | |
Silently exit if one can't connect to server. | |
Execute commands repeatedly with a sleep between. | |
The socket file to use for connection. | |
Enable SSL for connection (automatically enabled with other flags). | |
CA file in PEM format (check OpenSSL docs, implies --ssl). | |
CA directory (check OpenSSL docs, implies --ssl). | |
X509 cert in PEM format (implies --ssl). | |
SSL cipher to use (implies --ssl). | |
Certificate revocation list (implies --ssl). | |
Certificate revocation list path (implies --ssl). | |
X509 key in PEM format (implies --ssl). | |
Verify server's "Common Name" in its cert against hostname used when connecting. This option is disabled by default. | |
TLS protocol version for secure connection. | |
User for login if not current user. | |
Write more information. | |
Output version information and exit. | |
Print output vertically. Is similar to --relative, but prints output vertically. | |
Wait and retry if connection is down. | |
Defers shutdown until after all binlogged events have been sent to all connected slaves |