mariadb-index-checker for MariaDB Tools
This page is part of MariaDB's Documentation.
The parent of this page is: Command-Line Interfaces for MariaDB Tools
Topics on this page:
Overview
The mariadb-index-checker
utility.
mariadb-index-checker Options for MariaDB Tools
Option | Argument | Description |
---|---|---|
Compare indexes with different structs (BTREE, HASH, etc) | ||
Prompt for a password when connecting to MariaDB | ||
string | Default character set | |
PK columns appended to secondary key is duplicate ( default yes). Disable using: --noclustered | ||
string | Read this comma-separated list of config files; if specified, this must be the first option on the command line | |
string | Check only this comma-separated list of databases | |
string | Only read mysql options from the given file | |
string | Check only tables whose storage engine is in this comma- separated list | |
Show help and exit | ||
string | Connect to host | |
string | Ignore this comma-separated list of databases | |
string | Ignore this comma-separated list of storage engines | |
Ignore index order so KEY(a,b) duplicates KEY(b,a) | ||
string | Ignore this comma-separated list of tables | |
string | Check for duplicate f=foreign keys, k=keys or fk=both ( default fk) | |
string | Password to use when connecting | |
string | Create the given PID file | |
integer | Port number to use for connection | |
string | Set the MariaDB variables in this comma-separated list of variable=value pairs | |
string | Socket file to use for connection | |
Print DROP KEY statement for each duplicate key ( default yes). Disable using: --nosql | ||
Print summary of indexes at end of output (default yes). Disable using: --nosummary | ||
string | Check only this comma-separated list of tables | |
string | User for login if not current user | |
Output all keys and/or foreign keys found, not just redundant ones | ||
Show version and exit |