mariadb-config-diff for MariaDB Tools

Overview

The mariadb-config-diff utility.

mariadb-config-diff Options for MariaDB Tools

Option

Argument

Description

--ask-pass

Prompt for a password when connecting to MySQL

--charset (-A)

string

Default character set

--config

string

Read this comma-separated list of config files; if specified, this must be the first option on the command line. (This option does not specify a CONFIG; it's equivalent to --defaults-file.)

--database (-D)

string

Connect to this database

--defaults-file (-F)

string

Only read mysql options from the given file

--help

Show help and exit

--host (-h)

string

Connect to host

--ignore-case

Compare the variables case-insensitively (default yes). Disable using: --noignore-case

--ignore-variables

string

Ignore, do not compare, these variables

--password (-p)

string

Password to use for connection

--pid

string

Create the given PID file

--port (-P)

integer

Port number to use for connection

--report

Print the MySQL config diff report to STDOUT (default yes). Disable using: --noreport

--report-width

integer

Truncate report lines to this many characters (default 78)

--set-vars

string

Set the MySQL variables in this comma-separated list of variable=value pairs

--socket (-S)

string

Socket file to use for connection

--user (-u)

string

MySQL user if not current user

--version

Show version and exit