my_print_defaults for MariaDB Community Server 10.6

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.6

Option

Description

--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)

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

--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".