my_print_defaults for MariaDB Community Server 10.3

Overview

The my_print_defaults utility is used to print options present in the given option group found in the configuration files.

my_print_defaults Options for MariaDB Community Server 10.3

Option

Description

--config-file (-c)

Deprecated, please use --defaults-file instead. Name of config file to read; if no extension is given, default extension (e.g., .ini or .cnf) will be added

--debug (-#)

This is a non-debug version. Catch this and exit

--defaults-extra-file (-e)

Read this file after the global config file and before the config file in the users home directory; should be the first option

--defaults-file (-c)

Like --config-file, except: if first option, then read this file only, do not read global or per-user config files; should be the first option

--defaults-group-suffix (-g)

In addition to the given groups, read also groups with this suffix

--extra-file (-e)

Deprecated. Synonym for --defaults-extra-file.

--help (-?)

Display this help message and exit.

--mysqld

Read the same set of groups that the mysqld binary does.

--no-defaults (-n)

Return an empty string (useful for scripts).

--verbose (-v)

Increase the output level

--version (-V)

Output version information and exit.

To see options supported in other versions, see "my_print_defaults Options by MariaDB Server Version".