mysql_upgrade options in 10.4 ES
Option |
Description |
---|---|
Not used by mysql_upgrade. Only for backward compatibility. |
|
Not used by mysql_upgrade. Only for backward compatibility. |
|
Not used by mysql_upgrade. Only for backward compatibility. |
|
Not used by mysql_upgrade. Only for backward compatibility. |
|
This is a non-debug version. Catch this and exit. |
|
Check memory and open file usage at exit. |
|
Print some debug info at exit. |
|
Default authentication client-side plugin to use. |
|
Not used by mysql_upgrade. Only for backward compatibility. |
|
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. |
|
Force execution of mysqlcheck even if mysql_upgrade has already been executed for the current version of MariaDB. |
|
Display this help message and exit. |
|
Connect to host. |
|
Don't read default options from any option file. |
|
Password to use when connecting to server. If password is not given, it's solicited on 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_TCP_PORT, /etc/services, built-in default (3306). |
|
Print the program argument list and exit. |
|
The protocol to use for connection (tcp, socket, pipe). |
|
Print less information |
|
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. |
|
Directory for temporary files. |
|
Only upgrade the system tables in the mysql database. Tables in other databases are not checked or touched. |
|
User for login. |
|
Display more output about the process; Using it twice will print connection argument; Using it 3 times will print out all CHECK, RENAME and ALTER TABLE during the check phase. (Defaults to on; use --skip-verbose to disable.) |
|
Output version information and exit. |
|
Run this program only if its 'server version' matches the version of the server to which it's connecting. Note: the 'server version' of the program is the version of the MariaDB server with which it was built/distributed. (Defaults to on; use --skip-version-check to disable.) |
|
All commands including those issued by mysqlcheck are written to the binary log. |