Mariadb проверка базы на ошибки

MariaDB starting with 10.5.2

From MariaDB 10.5.2, mariadb-check is the name of the tool, with mysqlcheck a symlink .

Contents

  1. Using mysqlcheck
    1. Options
    2. Option Files
      1. Option Groups
  2. Notes
    1. Default Values
    2. mysqlcheck and auto-repair
    3. mysqlcheck and all-databases
    4. mysqlcheck and verbose

mysqlcheck is a maintenance tool that allows you to check, repair, analyze and optimize multiple tables from the command line.

It is essentially a commandline interface to the CHECK TABLE, REPAIR TABLE, ANALYZE TABLE and OPTIMIZE TABLE commands, and so, unlike myisamchk and aria_chk, requires the server to be running.

This tool does not work with partitioned tables.

Using mysqlcheck

./client/mysqlcheck [OPTIONS] database [tables]

OR

./client/mysqlcheck [OPTIONS] --databases DB1 [DB2 DB3...]

OR

./client/mysqlcheck [OPTIONS] --all-databases

mysqlcheck can be used to CHECK (-c, -m, -C), REPAIR (-r), ANALYZE (-a),
or OPTIMIZE (-o) tables. Some of the options (like -e or -q) can be
used at the same time. Not all options are supported by all storage engines.

The -c, -r, -a and -o options are exclusive to each other.

The option --check will be used by default, if no other options were specified.
You can change the default behavior by making a symbolic link to the binary, or
copying it somewhere with another name, the alternatives are:

Options

mysqlcheck supports the following options:

Option Files

In addition to reading options from the command-line, mysqlcheck can also read options from option files. If an unknown option is provided to mysqlcheck in an option file, then it is ignored.

The following options relate to how MariaDB command-line tools handles option files. They must be given as the first argument on the command-line:

In MariaDB 10.2 and later, mysqlcheck is linked with MariaDB Connector/C. However, MariaDB Connector/C does not yet handle the parsing of option files for this client. That is still performed by the server option file parsing code. See MDEV-19035 for more information.

Option Groups

mysqlcheck reads options from the following option groups from option files:

Notes

Default Values

To see the default values for the options and also to see the arguments you get
from configuration files you can do:

./client/mysqlcheck --print-defaults
./client/mysqlcheck --help

mysqlcheck and auto-repair

When running mysqlcheck with --auto-repair (as done by
mariadb-upgrade), mysqlcheck will first
check all tables and then in a separate phase repair those that failed the
check.

mysqlcheck and all-databases

mysqlcheck --all-databases will ignore the internal log tables general_log and slow_log as these can’t be checked, repaired or optimized.

mysqlcheck and verbose

Using one --verbose option will give you more information about what mysqlcheck is doing.

Using two --verbose options will also give you connection information.

If you use three --verbose options you will also get, on stdout, all ALTER, RENAME, and CHECK commands that mysqlcheck executes.

mariadb-check & mysqlcheck

This page is part of MariaDB’s MariaDB Documentation.

The parent of this page is: Command-Line Interfaces for MariaDB Enterprise Server

Topics on this page:

  • Overview

  • Options

    • Enterprise Server Releases

    • Community Server Releases

Overview

Client used in maintenance tasks for tables. The client can be used to execute the CHECK TABLE, REPAIR TABLE, ANALYZE TABLE, and OPTIMIZE TABLE statements.

Not all operations performed by the mariadb-check command are supported by all storage engines.

Note

The mariadb-check command can also be run using the legacy command from 10.3 and 10.2: mysqlcheck.

Options

Enterprise Server Releases

  • mariadb-check Options for 10.6 ES

  • mariadb-check Options for 10.5 ES

  • mariadb-check Options for 10.4 ES

  • mysqlcheck Options for 10.3 ES

  • mysqlcheck Options for 10.2 ES

Community Server Releases

  • mariadb-check Options for 10.6 CS

  • mariadb-check Options for 10.5 CS

  • mariadb-check Options for 10.4 CS

  • mysqlcheck Options for 10.3 CS

  • mysqlcheck Options for 10.2 CS


MariaDB starting with 10.5.2

From MariaDB 10.5.2, mariadb-check is the name of the tool, with mysqlcheck a symlink .

Contents

  1. Using mysqlcheck
    1. Options
    2. Option Files
      1. Option Groups
  2. Notes
    1. Default Values
    2. mysqlcheck and auto-repair
    3. mysqlcheck and all-databases
    4. mysqlcheck and verbose

mysqlcheck is a maintenance tool that allows you to check, repair, analyze and optimize multiple tables from the command line.

It is essentially a commandline interface to the CHECK TABLE, REPAIR TABLE, ANALYZE TABLE and OPTIMIZE TABLE commands, and so, unlike myisamchk and aria_chk, requires the server to be running.

This tool does not work with partitioned tables.

Using mysqlcheck

./client/mysqlcheck [OPTIONS] database [tables]

OR

./client/mysqlcheck [OPTIONS] --databases DB1 [DB2 DB3...]

OR

./client/mysqlcheck [OPTIONS] --all-databases

mysqlcheck can be used to CHECK (-c, -m, -C), REPAIR (-r), ANALYZE (-a),
or OPTIMIZE (-o) tables. Some of the options (like -e or -q) can be
used at the same time. Not all options are supported by all storage engines.

The -c, -r, -a and -o options are exclusive to each other.

The option --check will be used by default, if no other options were specified.
You can change the default behavior by making a symbolic link to the binary, or
copying it somewhere with another name, the alternatives are:

Options

mysqlcheck supports the following options:

Option Files

In addition to reading options from the command-line, mysqlcheck can also read options from option files. If an unknown option is provided to mysqlcheck in an option file, then it is ignored.

The following options relate to how MariaDB command-line tools handles option files. They must be given as the first argument on the command-line:

In MariaDB 10.2 and later, mysqlcheck is linked with MariaDB Connector/C. However, MariaDB Connector/C does not yet handle the parsing of option files for this client. That is still performed by the server option file parsing code. See MDEV-19035 for more information.

Option Groups

mysqlcheck reads options from the following option groups from option files:

Notes

Default Values

To see the default values for the options and also to see the arguments you get
from configuration files you can do:

./client/mysqlcheck --print-defaults
./client/mysqlcheck --help

mysqlcheck and auto-repair

When running mysqlcheck with --auto-repair (as done by
mysql_upgrade), mysqlcheck will first
check all tables and then in a separate phase repair those that failed the
check.

mysqlcheck and all-databases

mysqlcheck --all-databases will ignore the internal log tables general_log and slow_log as these can’t be checked, repaired or optimized.

mysqlcheck and verbose

Using one --verbose option will give you more information about what mysqlcheck is doing.

Using two --verbose options will also give you connection information.

If you use three --verbose options you will also get, on stdout, all ALTER, RENAME, and CHECK commands that mysqlcheck executes.

mysqlcheck — это инструмент обслуживания, который позволяет проверять, восстанавливать, анализировать и оптимизировать несколько таблиц из командной строки.

Этот инструмент не работает с таблицами разделов.

mysqlcheck можно использовать для ПРОВЕРКИ (-c, -m, -C), REPAIR (-r), ANALYZE (-a) или OPTIMIZE (-o) таблиц. Некоторые параметры (например, -e или -q) можно использовать одновременно. Не все параметры поддерживаются всеми механизмами хранения.

Варианты -c,-r,-a и -o эксклюзивны друг для друга.

Параметр --check будет использоваться по умолчанию, если не указаны другие параметры. Вы можете изменить поведение по умолчанию, сделав символическую ссылку на двоичный файл или скопировав его куда-нибудь с другим именем, альтернативы:

Option Description
-A, --all-databases Проверить все базы данных. Это то же самое, что и --databases со всеми выбранными базами данных.
-1, --all-in-1 Вместо того,чтобы делать по одному запросу к каждой таблице,используйте один запрос к БД,называя все таблицы в БД в списке,разделенном запятыми.
-a, --analyze Проанализируй данные таблицы.
--auto-repair Если отмеченная таблица повреждена,автоматически исправьте ее.Восстановление будет произведено после того,как все таблицы будут проверены.
--character-sets-dir=name Каталог, в котором установлены файлы наборов символов .
-c, --check Проверьте таблицу на наличие ошибок.
-C, --check-only-changed Проверяйте только те таблицы,которые изменились с момента последней проверки или не были закрыты должным образом.
-g, --check-upgrade Проверьте таблицы на наличие изменений, зависящих от версии. Может использоваться с --auto-repair для исправления таблиц, требующих обновлений в зависимости от версии. Автоматически включает параметры --fix-db-names и --fix-table-names . Используется при обновлении
--compress Сжимайте всю информацию,передаваемую между клиентом и сервером,если оба варианта поддерживают сжатие.
-B, --databases Проверить несколько баз данных. Обратите внимание, что обычно mysqlcheck обрабатывает первый аргумент как имя базы данных, а следующие аргументы — как имена таблиц. При использовании этой опции таблицы не указываются, и все аргументы имени рассматриваются как имена базы данных.
-# , --debug[=name] Выходной журнал отладки.Часто это ‘d:t:o,filename’.
--debug-check Проверка использования памяти и открытия файла при выходе.
--debug-info Распечатайте кое-какую отладочную информацию на выходе.
--default-auth=plugin Используемый по умолчанию клиентский плагин для аутентификации.
--default-character-set=name Установите набор символов по умолчанию .
-e, --extended Если вы используете эту опцию с --check , это гарантирует, что таблица будет согласована на 100 процентов, но это займет много времени. Если вы используете этот параметр с --repair , он заставит использовать старый медленный метод восстановления с помощью кеша ключей вместо более быстрого восстановления путем сортировки.
-F, --fast Проверяйте только те таблицы,которые не были закрыты должным образом.
--fix-db-names Преобразование имен баз данных в формат, используемый начиная с MySQL 5.1. Затрагиваются только имена баз данных, содержащие специальные символы. Используется при обновлении со старой версии MySQL.
--fix-table-names Преобразуйте имена таблиц (включая представления ) в формат, используемый начиная с MySQL 5.1. Затрагиваются только имена таблиц, содержащие специальные символы. Используется при обновлении со старой версии MySQL.
--flush Промойте каждый стол после проверки.Это полезно,если вы не хотите,чтобы проверенные таблицы занимали место в кэше после проверки.
-f, --force Продолжайте,даже если мы получим ошибку SQL.
-?, --help Отобразите это справочное сообщение и выйдите.
-h name, --host=name Подключитесь к данному хосту.
-m, --medium-check Быстрее,чем при расширенной проверке,но находит только 99,99 процента всех ошибок.Должно быть достаточно хорошо для большинства случаев.
-o, --optimize Optimize tables.
-p, --password[=name] Пароль для использования при подключении к серверу. Если вы используете короткую форму параметра ( -p ), у вас не может быть пробела между параметром и паролем. Если вы не укажете значение пароля после параметра --password или -p в командной строке, mysqlcheck запросит его. Указание пароля в командной строке следует считать небезопасным. Вы можете использовать файл параметров, чтобы не вводить пароль в командной строке.
-Z, --persistent При использовании ANALYZE TABLE ( --analyze ), использует персистирующий вариант ALL, который заставляет двигатель-независимые статистики для этой таблицы будет обновлен. Добавлено в MariaDB 10.1.10
-W, --pipe В Windows подключайтесь к серверу через именованный канал.Эта опция применяется только в том случае,если сервер поддерживает соединения по именованной трубе.
--plugin-dir Справочник для клиентских плагинов.
-P num, --port=num Номер порта для подключения или 0 по умолчанию для,в порядке предпочтения,my.cnf,$MYSQL_TCP_PORT,/etc/services,встроенный по умолчанию (3306).
--process-tables Выполните запрошенную операцию (проверка, исправление, анализ, оптимизация) над таблицами. Включено по умолчанию. Используйте --skip-process-tables для отключения.
--process-views[=val] Выполните запрошенную операцию (только CHECK VIEW или REPAIR VIEW ). Возможные значения NO, YES (исправить контрольную сумму, при необходимости добавить поле mariadb-version), UPGRADE_FROM_MYSQL (то же самое, что YES и переключить алгоритм MERGE<->TEMPTABLE.
--protocol=name Протокол соединения (tcp,сокет,труба,память),используемый для подключения к серверу.Полезен,когда другие параметры соединения приводят к использованию протокола,отличного от того,который вы хотите.
-q, --quick Если вы используете эту опцию с CHECK TABLE,она предотвращает проверку строк на наличие неправильных ссылок.Это самая быстрая проверка.Если вы используете эту опцию с REPAIR TABLE,она будет пытаться восстановить только дерево индексов.Это самый быстрый метод восстановления таблицы.
-r, --repair Может исправить почти все,кроме уникальных ключей,которые не являются уникальными.
--shared-memory-base-name Имя общей памяти, которое будет использоваться для подключений Windows с использованием общей памяти к локальному серверу (запускается с параметром --shared-memory ). Чувствительный к регистру.
-s, --silent Печатайте только сообщения об ошибках.
--skip-database Не обрабатывайте БД (регистрозависимую),указанную в качестве аргумента.
-S name, --socket=name Для подключений к localhost,используйте файл Unix сокета,или,в Windows,название именованной трубы для использования.
--ssl Включает TLS . TLS также включен, даже если этот параметр не установлен, если заданы некоторые другие параметры TLS. Начиная с MariaDB 10.2 , опция --ssl по умолчанию не включает проверку сертификата сервера . Чтобы проверить сертификат сервера, пользователь должен указать параметр --ssl-verify-server-cert .
--ssl-ca=name Определяет путь к файлу PEM, который должен содержать один или несколько сертификатов X509 для доверенных центров сертификации (CA), которые будут использоваться для TLS . Этот параметр требует, чтобы вы использовали абсолютный путь, а не относительный. См. Раздел Обзор защищенных подключений: центры сертификации (ЦС) для получения дополнительной информации. Этот параметр подразумевает параметр --ssl .
--ssl-capath=name Определяет путь к каталогу, содержащему один или несколько файлов PEM, каждый из которых должен содержать один сертификат X509, который доверенный центр сертификации (CA) должен использовать для TLS . Этот параметр требует, чтобы вы использовали абсолютный путь, а не относительный. Каталог, указанный этой опцией, необходимо запустить с помощью команды openssl rehash . См. Раздел Обзор защищенных подключений: центры сертификации (ЦС) для получения дополнительной информации. Этот параметр поддерживается только в том случае, если клиент был создан с использованием OpenSSL или yaSSL. Если клиент был построен с использованием GnuTLS или Schannel, то этот параметр не поддерживается. См. TLS и библиотеки криптографии, используемые MariaDB для получения дополнительной информации о том, какие библиотеки используются на каких платформах. Этот вариант подразумевает --ssl вариант.
--ssl-cert=name Определяет путь к файлу сертификата X509, который будет использоваться для TLS . Этот параметр требует, чтобы вы использовали абсолютный путь, а не относительный. Этот параметр подразумевает параметр --ssl .
--ssl-cipher=name Список разрешенных шифров или комплектов шифров для использования для TLS . Этот параметр подразумевает параметр --ssl .
--ssl-crl=name Определяет путь к файлу PEM, который должен содержать один или несколько отозванных сертификатов X509 для использования для TLS . Этот параметр требует, чтобы вы использовали абсолютный путь, а не относительный. См. Раздел Обзор защищенных подключений: списки отзыва сертификатов (CRL) для получения дополнительной информации. Этот параметр поддерживается только в том случае, если клиент был создан с использованием OpenSSL или Schannel. Если клиент был построен с использованием yaSSL или GnuTLS, то этот вариант не поддерживается. См. TLS и библиотеки криптографии, используемые MariaDB для получения дополнительной информации о том, какие библиотеки используются на каких платформах.
--ssl-crlpath=name Определяет путь к каталогу, содержащему один или несколько файлов PEM, каждый из которых должен содержать один отозванный сертификат X509 для использования для TLS . Этот параметр требует, чтобы вы использовали абсолютный путь, а не относительный. Каталог, указанный этой опцией, необходимо запустить с помощью команды openssl rehash . См. Раздел Обзор защищенных подключений: списки отзыва сертификатов (CRL) для получения дополнительной информации. Эта опция поддерживается только в том случае, если клиент был построен с OpenSSL. Если клиент был построен с использованием yaSSL, GnuTLS или Schannel, то этот параметр не поддерживается. См. TLS и библиотеки криптографии, используемые MariaDB для получения дополнительной информации о том, какие библиотеки используются на каких платформах.
--ssl-key=name Определяет путь к файлу закрытого ключа, который будет использоваться для TLS . Этот параметр требует, чтобы вы использовали абсолютный путь, а не относительный. Этот параметр подразумевает параметр --ssl .
--ssl-verify-server-cert Включает проверку сертификата сервера . По умолчанию эта опция отключена.
--tables Переопределяет параметр --databases или -B , так что все аргументы имени, следующие за параметром, рассматриваются как имена таблиц.
--use-frm Для выполнения операций по восстановлению таблиц MyISAM,получите структуру таблицы из файла .frm,таким образом,таблица может быть восстановлена даже в случае повреждения заголовка .MYI.
-u, --user=name Пользователь для входа в систему,если он не является текущим пользователем.
-v, --verbose Распечатайте информацию о различных этапах. Вы можете использовать эту опцию несколько раз, чтобы получить еще больше информации. См. Mysqlcheck и подробное описание ниже.
-V, --version Вывод информации о версии и выход.
--write-binlog Запишите команды ANALYZE, OPTIMIZE и REPAIR TABLE в двоичный журнал . Включено по умолчанию; используйте --skip-write-binlog , когда команды не должны отправляться ведомым устройствам репликации.

В этой статье мы будем говорить о mysqlcheck, которая является инструментом обслуживания командной строки, что позволяет проверять, анализировать, ремонтировать, а также оптимизировать таблицы MySQL / MariaDB и базы данных.

Проверьте одну таблицу в базе данных

Следующая команда будет проверять сообщения таблицы в блоге базы данных:

$ mysqlcheck -c blog posts
blog.posts                         OK

Если база данных защищена паролем , добавьте -u root -p в конце команды:

$ mysqlcheck -c blog posts -u root -p
Enter password:
blog.posts                         OK

Анализ всех таблиц в базе данных

Следующая команда будет проверять сообщения таблицы в блоге базы данных:

$ mysqlcheck -a blog posts
blog.posts                         OK

Если сервер MySQL / MariaDB работает на удаленном хосте,  добавьте -h в конце команды:

$ mysqlcheck -a blog posts -h remotehost.com
blog.posts                         OK

Оптимизировать все таблицы во всех баз данных

$ mysqlcheck -o --all-databases
blog.users
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.time_zone_transition_type                    Table is already up to date

Table does not support optimize, doing recreate + analyze instead - означает, что мы делаем OPTIMIZE в таблицах InnoDB, который не поддерживает эту опцию. При выполнении OPTIMIZE в таблицах, InnoDB создает пустую таблицу, копирует все строки из существующей таблицы в новую, удаляет старую и переименовывает новую таблицу, а затем запускает ANALYZE в таблицах.
Table is already up to date - Означает, что таблица актуальна, и нет никакой необходимости проверять её.

Восстановление нескольких баз данных

Следующая команда восстановит все таблицы в обоих базах данных:

$ mysqlcheck -r --databases blog blog2

Если вы видите: note : The storage engine for the table doesn't support repair, то это означает, что вы делаете REPAIR на InnoDB.

Оптимизация и ремонт всех таблиц во всех базах данных

Следующая команда будет проверять все таблицы во всех базах данных, и если какая-то таблица повреждена он будет автоматически исправит это эту таблицу:

$ mysqlcheck --auto-repair -o --all-databases
-c, --check Проверить таблицу на наличие ошибок.
-a, --analyze Анализировать данные таблицы.
-o --optimize Оптимизация таблиц.
-r, --repair Выполнение работ по ремонту, которые можно исправить почти все, за исключением уникальных ключей, которые не являются уникальными.
--auto-repair Если проверенная таблица повреждена, автоматически восстановить ее. Ремонт будет сделан после того, как все таблицы были проверены.
-A, --all-databases Проверьте все базы данных. Это то же самое, как -databases со всеми выбранными базами данных.
-B, --databases Процесс все таблицы в названных баз данных. С помощью этой опции, все имена аргументов рассматриваются как имена баз данных, а не как имена таблиц.
--tables Заменяет -databases или -B вариант таким образом, что все аргументы имени следующей опции рассматриваются как имена таблиц.
-g, --check-upgrade Проверка таблицы для версии зависящих от изменений. Может использоваться с опцией -auto-repair  для исправления таблиц, требующих версии зависящих от обновления.

Оптимизация и восстановление баз данных MySQL с помощью mysqlcheck

PS. Если вам понравился этот пост, пожалуйста, поделитесь им с друзьями в социальных сетях с помощью кнопок, расположенных ниже поста или просто оставьте комментарий. Благодарю.

Если вы нашли ошибку, пожалуйста, выделите фрагмент текста и нажмите Ctrl+Enter.

Программа mysqlcheck используется для проверки целостности (-c, -m, -C), восстановления (-r), анализа (-a) или оптимизации (-o) таблиц базы данных MySQL. Некоторые опции (например -e и -q) могут использоваться одновременно.

Не все опции поддерживаются различными движками MySQL. Опции -c, -r, -a и -o взаимоисключаемые, что означает, что будет применена последняя указанная опция.

Если не указано ничего, то будет применена опция -c. Альтернативами (синонимами) являются:

mysqlrepair: опция по умолчанию -r
mysqlanalyze: опция по умолчанию -a
mysqloptimize: опция по умолчанию -o

Использование:

mysqlcheck [OPTIONS] database [tables]

или:

 mysqlcheck [OPTIONS] --databases DB1 [DB2 DB3...]

или

mysqlcheck -uлогин -pпароль [--auto-repair] [--check] [--optimize] [--all-databases] [имя_базы_данных]

Опции:

-A, --all-databases

Проверить все базы данных. Аналогична опции —databases, если указать все базы данных.

-1, --all-in-1

Вместо выполнения запросов для каждой таблицы в отдельности выполнить все запросы в одном отдельно для каждой таблицы. Имена таблиц будут представлены в виде списка имен, разделенных запятой.

-a, --analyze

Анализировать данные таблицы.

--auto-repair

Если проверенная таблица повреждена, автоматически восстановить ее. Исправления будут произведены после проверки всех таблиц, если были обнаружены повреждения.

-#, --debug=...

Выводит информацию журнала отладки. Часто используется следующий набор параметров: ‘d:t:o,filename’

--character-sets-dir=...

Директория, где находятся установки символов.

-c, --check

Проверить таблицу на наличие ошибок.

-C, --check-only-changed

Проверить только таблицы, измененные со времени последней проверки или некорректно закрытые.

--compress

Использовать сжатие данных в протоколе сервер/клиент.

-?, --help

Вывести данную вспомогательную информацию и выйти из программы.

-B, --databases

Проверить несколько баз данных. Обратите внимание на разницу в использовании: в этом случае таблицы не указываются. Все имена аргументов рассматриваются как имена баз данных.

--default-character-set=...

Установить набор символов по умолчанию.

-F, --fast

Проверить только базы данных, которые не были закрыты должным образом.

-f, --force

Продолжать даже при получении ошибки SQL.

-e, --extended

При использовании данного параметра совместно с CHECK TABLE можно быть уверенным в целостности таблицы. Если же использовать этот параметр с REPAIR TABLE, запустится расширенное восстановление таблицы.

-h, --host=...

Хост базы данных.

-m, --medium-check

Быстрее, чем —extended-check, но находит только 99,99 процентов всех ошибок.

-o, --optimize

Оптимизировать таблицу.

-p, --password[=...]

Используемый пароль при подключении к серверу. Если пароль не указан, у пользователя запрашивается пароль с терминала.

-P, --port=...

Номер порта, используемого для подключения по TCP/IP.

--protocol=(TCP | SOCKET | PIPE | MEMORY)

Для указания протокола соединения, который надлежит использовать.

-q, --quick

При использовании данной опции совместно с CHECK TABLE предотвращается сканирование строк для корректировки неправильных связей. Это наиболее быстрый метод проверки. Если же использовать этот параметр с REPAIR TABLE, программа попытается восстановить только систему индексов. Это наиболее быстрый метод восстановления таблицы.

-r, --repair

Может исправить почти все, за исключением уникальных ключей, имеющих дубликаты.

-s, --silent

Выводить только сообщения об ошибках.

-S, --socket=...

Файл сокета, используемый для подсоединения.

--tables

Перекрывает опцию —databases (-B).

-u, --user=#

Имя пользователя MySQL, если этот пользователь в данное время не является активным.

-v, --verbose

Вывести информацию о различных этапах.

-V, --version

Вывести информацию о версии и выйти из программы.

NAME¶

mysqlcheck — a table maintenance program

SYNOPSIS¶

mysqlcheck [options]
[
db_name [tbl_name …]]

DESCRIPTION¶

The mysqlcheck client performs table maintenance: It
checks, repairs, optimizes, or analyzes tables.

Each table is locked and therefore unavailable to other sessions
while it is being processed, although for check operations, the table is
locked with a READ lock only. Table maintenance operations can be
time-consuming, particularly for large tables. If you use the
—databases or —all-databases option to process all tables in
one or more databases, an invocation of mysqlcheck might take a long
time. (This is also true for mysql_upgrade because that program
invokes mysqlcheck to check all tables and repair them if
necessary.)

mysqlcheck is similar in function to myisamchk, but
works differently. The main operational difference is that mysqlcheck
must be used when the mysqld server is running, whereas
myisamchk should be used when it is not. The benefit of using
mysqlcheck is that you do not have to stop the server to perform
table maintenance.

mysqlcheck uses the SQL statements CHECK TABLE, REPAIR
TABLE, ANALYZE TABLE, and OPTIMIZE TABLE in a convenient way for the user.
It determines which statements to use for the operation you want to perform,
and then sends the statements to the server to be executed.

The MyISAM storage engine supports all four maintenance
operations, so mysqlcheck can be used to perform any of them on
MyISAM tables. Other storage engines do not necessarily support all
operations. In such cases, an error message is displayed. For example, if
test.t is a MEMORY table, an attempt to check it produces this result:

shell> mysqlcheck test t
test.t
note     : The storage engine for the table doesn´t support check

If mysqlcheck is unable to repair a table, see the MariaDB
Knowledge Base for manual table repair strategies. This will be the case,
for example, for InnoDB tables, which can be checked with CHECK TABLE, but
not repaired with REPAIR TABLE.

The use of mysqlcheck with partitioned tables is not
supported.

Caution

It is best to make a backup of a table before performing a table
repair operation; under some circumstances the operation might cause data
loss. Possible causes include but are not limited to file system errors.

There are three general ways to invoke mysqlcheck:

shell> mysqlcheck [options] db_name [tbl_name ...]
shell> mysqlcheck [options] --databases db_name ...
shell> mysqlcheck [options] --all-databases

If you do not name any tables following db_name or if you
use the —databases or —all-databases option, entire
databases are checked.

mysqlcheck has a special feature compared to other client
programs. The default behavior of checking tables (—check) can be
changed by renaming the binary. If you want to have a tool that repairs
tables by default, you should just make a copy of mysqlcheck named
mysqlrepair, or make a symbolic link to mysqlcheck named
mysqlrepair. If you invoke mysqlrepair, it repairs tables.

The following names can be used to change mysqlcheck
default behavior.

mysqlrepair The default option is —repair
mysqlanalyze The default option is —analyze
mysqloptimize The default option is —optimize

mysqlcheck supports the following options, which can be
specified on the command line or in the [mysqlcheck] and [client] option
file groups. The -c, -r, -a and -o options are
exclusive to each other.

—help, -?

Display a help message and exit.

—all-databases, -A

Check all tables in all databases. This is the same as using the
—databases option and naming all the databases on the command
line.

—all-in-1, -1

Instead of issuing a statement for each table, execute a single
statement for each database that names all the tables from that database to
be processed.

—analyze, -a

Analyze the tables.

—auto-repair

If a checked table is corrupted, automatically fix it. Any
necessary repairs are done after all tables have been checked.

—character-sets-dir=path

The directory where character sets are installed.

—check, -c

Check the tables for errors. This is the default operation.

—check-only-changed, -C

Check only tables that have changed since the last check or that
have not been closed properly.

—check-upgrade, -g

Invoke CHECK TABLE with the FOR UPGRADE option to check tables for
incompatibilities with the current version of the server. This option
automatically enables the —fix-db-names and —fix-table-names
options.

—compress

Compress all information sent between the client and the server if
both support compression.

—databases, -B

Process all tables in the named databases. Normally,
mysqlcheck treats the first name argument on the command line as a
database name and following names as table names. With this option, it
treats all name arguments as database names.

—debug[=debug_options],
-# [debug_options]

Write a debugging log. A typical debug_options string is
´d:t:o,file_name´. The default is
´d:t:o´.

—debug-check

Print some debugging information when the program exits.

—debug-info

Print debugging information and memory and CPU usage statistics
when the program exits.

—default-auth=name

Default authentication client-side plugin to use.

—default-character-set=charset_name

Use charset_name as the default character set.

—defaults-extra-file=filename

Set filename as the file to read default options
from after the global defaults files has been read. Must be given as first
option.

—defaults-file=filename

Set filename as the file to read default options
from, override global defaults files. Must be given as first option.

—extended, -e

If you are using this option to check tables, it ensures that they
are 100% consistent but takes a long time.

If you are using this option to repair tables, it will force using
the old, slow, repair with keycache method, instead of the much faster
repair by sorting.

—fast, -F

Check only tables that have not been closed properly.

—fix-db-names

Convert database names to the format used since MySQL 5.1. Only
database names that contain special characters are affected.

—fix-table-names

Convert table names (including views) to the format used since
MySQL 5.1. Only table names that contain special characters are
affected.

—flush,

Flush each table after check. This is useful if you don’t want to
have the checked tables take up space in the caches after the check.

—force, -f

Continue even if an SQL error occurs.

—host=host_name, -h
host_name

Connect to the MariaDB server on the given host.

—medium-check, -m

Do a check that is faster than an —extended operation.
This finds only 99.99% of all errors, which should be good enough in most
cases.

—no-defaults

Do not read default options from any option file. This must be
given as the first argument.

—optimize, -o

Optimize the tables.

—password[=password],
-p[password]

The password to use when connecting to the server. If you use the
short option form (-p), you cannot have a space between the
option and the password. If you omit the password value following the
—password or -p option on the command line, mysqlcheck
prompts for one.

Specifying a password on the command line should be considered
insecure. You can use an option file to avoid giving the password on the
command line.

—persistent, -Z

Used with ANALYZE TABLE to append the option PERSISENT FOR
ALL.

—pipe, -W

On Windows, connect to the server via a named pipe. This option
applies only if the server supports named-pipe connections.

—plugin-dir=name

Directory for client-side plugins.

—port=port_num, -P
port_num

The TCP/IP port number to use for the connection.

—print-defaults

Print the program argument list and exit. This must be given as
the first argument.

—process-tables

Perform the requested operation on tables. Defaults to on; use
—skip-process-tables to disable.

—process-views=val

Perform the requested operation (only CHECK VIEW or REPAIR VIEW).
Possible values are NO, YES (correct the checksum, if necessary, add the
mariadb-version field), UPGRADE_FROM_MYSQL (same as YES and toggle the
algorithm MERGE<->TEMPTABLE.

—protocol={TCP|SOCKET|PIPE|MEMORY}

The connection protocol to use for connecting to the server. It is
useful when the other connection parameters normally would cause a protocol
to be used other than the one you want.

—quick, -q

If you are using this option to check tables, it prevents the
check from scanning the rows to check for incorrect links. This is the
fastest check method.

If you are using this option to repair tables, it tries to repair
only the index tree. This is the fastest repair method.

—repair, -r

Perform a repair that can fix almost anything except unique keys
that are not unique.

—silent, -s

Silent mode. Print only error messages.

—skip-database=db_name
-s

Don’t process the database (case-sensitive) specified as
argument.

—socket=path, -S
path

For connections to localhost, the Unix socket file to use, or, on
Windows, the name of the named pipe to use.

—ssl

Enable SSL for connection (automatically enabled with other
flags). Disable with —skip-ssl.

—ssl-ca=name

CA file in PEM format (check OpenSSL docs, implies
—ssl).

—ssl-capath=name

CA directory (check OpenSSL docs, implies —ssl).

—ssl-cert=name

X509 cert in PEM format (check OpenSSL docs, implies
—ssl).

—ssl-cipher=name

SSL cipher to use (check OpenSSL docs, implies —ssl).

—ssl-key=name

X509 key in PEM format (check OpenSSL docs, implies
—ssl).

—ssl-crl=name

Certificate revocation list (check OpenSSL docs, implies
—ssl).

—ssl-crlpath=name

Certificate revocation list path (check OpenSSL docs, implies
—ssl).

—ssl-verify-server-cert

Verify server’s «Common Name» in its cert against
hostname used when connecting. This option is disabled by default.

—tables

Override the —databases or -B option. All name
arguments following the option are regarded as table names.

—use-frm

For repair operations on MyISAM tables, get the table structure
from the .frm file so that the table can be repaired even if the .MYI header
is corrupted.

—user=user_name, -u
user_name

The MariaDB user name to use when connecting to the server.

—verbose, -v

Verbose mode. Print information about the various stages of
program operation. Using one —verbose option will give you more
information about what mysqlcheck is doing.

Using two —verbose options will also give you connection
information.

Using it 3 times will print out all CHECK, RENAME and ALTER TABLE
during the check phase.

—version, -V

Display version information and exit.

—write-binlog

This option is enabled by default, so that ANALYZE TABLE, OPTIMIZE
TABLE, and REPAIR TABLE statements generated by mysqlcheck are
written to the binary log. Use —skip-write-binlog to cause
NO_WRITE_TO_BINLOG to be added to the statements so that they are not
logged. Use the —skip-write-binlog when these statements should not
be sent to replication slaves or run when using the binary logs for recovery
from backup.

COPYRIGHT¶

Copyright 2007-2008 MySQL AB, 2008-2010 Sun Microsystems, Inc.,
2010-2015 MariaDB Foundation

This documentation is free software; you can redistribute it
and/or modify it only under the terms of the GNU General Public License as
published by the Free Software Foundation; version 2 of the License.

This documentation is distributed in the hope that it will be
useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
Public License for more details.

You should have received a copy of the GNU General Public License
along with the program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see
http://www.gnu.org/licenses/.

SEE ALSO¶

For more information, please refer to the MariaDB Knowledge Base,
available online at https://mariadb.com/kb/

MariaDB Foundation (http://www.mariadb.org/).

One of the clearest reasons for errors in the database can be an improper shutdown of the MySQL server. As it usually happens, there is a power failure of the server, or other reasons that led to a banal shutdown of the machine, or a reboot. Sometimes, and often, this kind of failure can lead to problems that can be solved only by restoring data from a backup, and this is the question of why you need to make backups . The presence of errors in the database may not appear immediately, but if they are, then sooner or later you will definitely notice them. Problems, as a rule, manifest themselves in the form of errors after queries to the database, or the database begins to go into thought for an inappropriate time.

Let’s see what you can do first to try to fix the situation. The mysqlcheck utility is usually installed by default with the MySQL server and can be used to check databases for errors. Let’s consider an example of its use.

Using the mysqlcheck utility

# mysqlcheck -u root -p --optimize --auto-repair --all-databases

Purpose of parameters:

1

2

3

--optimize – optimize all databases.

--auto-repair – repair all bases.

--all-databases – checking errors for all databases.

If the database is large, and you urgently need to correct a specific table, then you can run a check of a specific table in the database.

Checking a single table in the database:

# mysqlcheck -r DB_name Table_name -u root -p

Correction of MyISAM tables

There is also the myisamchk utility , which differs from the previous utility in that before using it, you must stop the database server, while mysqlcheck can be used when the server is running. Let’s look at an example of using the myisamchk utility.

Stopping MySQL Server

Analyzing the database for errors

# myisamchk -s /var/db/mysql/our_database/*.MYI

Please note that the path to the databases may differ for you, you should also clarify this point. If there are errors, then a message similar to the following will appear:

myisamchk: warning: 2 client is using or hasn't closed the table properly
MyISAM-table '/var/db/mysql/our_database/ary_mem.MYI' is usable but should be fixed

Correcting errors with myisamchk

# myisamchk -r /var/db/mysql/our_database/ary_mem.MYI

We fix errors for all tables in the database (recursively)

# myisamchk -r /var/db/mysql/our_database/*.MYI

The error correction process will be accompanied by a similar message output in the console window:

1

2

3

- Fixing index 1

- Fixing index 2

- Fixing index 3

After the bugs are fixed, you can start the MySQL server to make sure everything is in order.

Starting the MySQL Server

I would like to note one point that the commands for stopping and starting the MySQL server, as well as the paths for the location of the databases on your server, may differ, so you should also take these points into account.

Вас заинтересует / Intresting for you:

mysqlcheck is a maintenance tool that allows you to check, repair, analyze and optimize multiple tables from the command line.

This tool does not work with partitioned tables.

mysqlcheck can be used to CHECK (-c, -m, -C), REPAIR (-r), ANALYZE (-a), or OPTIMIZE (-o) tables. Some of the options (like -e or -q) can be used at the same time. Not all options are supported by all storage engines.

The -c, -r, -a and -o options are exclusive to each other.

The option --check will be used by default, if no other options were specified. You can change the default behavior by making a symbolic link to the binary, or copying it somewhere with another name, the alternatives are:

Option Description
-A, --all-databases Check all the databases. This is the same as --databases with all databases selected.
-1, --all-in-1 Instead of issuing one query for each table, use one query per database, naming all tables in the database in a comma-separated list.
-a, --analyze Analyze given tables.
--auto-repair If a checked table is corrupted, automatically fix it. Repairing will be done after all tables have been checked.
--character-sets-dir=name Directory where character set files are installed.
-c, --check Check table for errors.
-C, --check-only-changed Check only tables that have changed since last check or haven’t been closed properly.
-g, --check-upgrade Check tables for version-dependent changes. May be used with --auto-repair to correct tables requiring version-dependent updates. Automatically enables the --fix-db-names and --fix-table-names options. Used when upgrading
--compress Compress all information sent between the client and server if both support compression.
-B, --databases Check several databases. Note that normally mysqlcheck treats the first argument as a database name, and following arguments as table names. With this option, no tables are given, and all name arguments are regarded as database names.
-# , --debug[=name] Output debug log. Often this is ‘d:t:o,filename’.
--debug-check Check memory and open file usage at exit.
--debug-info Print some debug info at exit.
--default-auth=plugin Default authentication client-side plugin to use.
--default-character-set=name Set the default character set.
-e, --extended If you are using this option with --check, it will ensure that the table is 100 percent consistent, but will take a long time. If you are using this option with --repair, it will force using the old, slow, repair with keycache method, instead of the much faster repair by sorting.
-F, --fast Check only tables that haven’t been closed properly.
--fix-db-names Convert database names to the format used since MySQL 5.1. Only database names that contain special characters are affected. Used when upgrading from an old MySQL version.
--fix-table-names Convert table names (including views) to the format used since MySQL 5.1. Only table names that contain special characters are affected. Used when upgrading from an old MySQL version.
--flush Flush each table after check. This is useful if you don’t want to have the checked tables take up space in the caches after the check.
-f, --force Continue even if we get an SQL error.
-?, --help Display this help message and exit.
-h name, --host=name Connect to the given host.
-m, --medium-check Faster than extended-check, but only finds 99.99 percent of all errors. Should be good enough for most cases.
-o, --optimize Optimize tables.
-p, --password[=name] Password to use when connecting to the server. If you use the short option form (-p), you cannot have a space between the option and the password. If you omit the password value following the --password or -p option on the command line, mysqlcheck prompts for one. Specifying a password on the command line should be considered insecure. You can use an option file to avoid giving the password on the command line.
-Z, --persistent When using ANALYZE TABLE (--analyze), uses the PERSISTENT FOR ALL option, which forces Engine-independent Statistics for this table to be updated. Added in MariaDB 10.1.10
-W, --pipe On Windows, connect to the server via a named pipe. This option applies only if the server supports named-pipe connections.
--plugin-dir Directory for client-side plugins.
-P num, --port=num 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).
--process-tables Perform the requested operation (check, repair, analyze, optimize) on tables. Enabled by default. Use --skip-process-tables to disable.
--process-views[=val] Perform the requested operation (only CHECK VIEW or REPAIR VIEW). Possible values are NO, YES (correct the checksum, if necessary, add the mariadb-version field), UPGRADE_FROM_MYSQL (same as YES and toggle the algorithm MERGE<->TEMPTABLE.
--protocol=name The connection protocol (tcp, socket, pipe, memory) to use for connecting to the server. Useful when other connection parameters would cause a protocol to be used other than the one you want.
-q, --quick If you are using this option with CHECK TABLE, it prevents the check from scanning the rows to check for wrong links. This is the fastest check. If you are using this option with REPAIR TABLE, it will try to repair only the index tree. This is the fastest repair method for a table.
-r, --repair Can fix almost anything except unique keys that aren’t unique.
--shared-memory-base-name Shared-memory name to use for Windows connections using shared memory to a local server (started with the --shared-memory option). Case-sensitive.
-s, --silent Print only error messages.
--skip-database Don’t process the database (case-sensitive) specified as argument.
-S name, --socket=name For connections to localhost, the Unix socket file to use, or, on Windows, the name of the named pipe to use.
--ssl Enables TLS. TLS is also enabled even without setting this option when certain other TLS options are set. Starting with MariaDB 10.2, the --ssl option will not enable verifying the server certificate by default. In order to verify the server certificate, the user must specify the --ssl-verify-server-cert option.
--ssl-ca=name Defines a path to a PEM file that should contain one or more X509 certificates for trusted Certificate Authorities (CAs) to use for TLS. This option requires that you use the absolute path, not a relative path. See Secure Connections Overview: Certificate Authorities (CAs) for more information. This option implies the --ssl option.
--ssl-capath=name Defines a path to a directory that contains one or more PEM files that should each contain one X509 certificate for a trusted Certificate Authority (CA) to use for TLS. This option requires that you use the absolute path, not a relative path. The directory specified by this option needs to be run through the openssl rehash command. See Secure Connections Overview: Certificate Authorities (CAs) for more information. This option is only supported if the client was built with OpenSSL or yaSSL. If the client was built with GnuTLS or Schannel, then this option is not supported. See TLS and Cryptography Libraries Used by MariaDB for more information about which libraries are used on which platforms. This option implies the --ssl option.
--ssl-cert=name Defines a path to the X509 certificate file to use for TLS. This option requires that you use the absolute path, not a relative path. This option implies the --ssl option.
--ssl-cipher=name List of permitted ciphers or cipher suites to use for TLS. This option implies the --ssl option.
--ssl-crl=name Defines a path to a PEM file that should contain one or more revoked X509 certificates to use for TLS. This option requires that you use the absolute path, not a relative path. See Secure Connections Overview: Certificate Revocation Lists (CRLs) for more information. This option is only supported if the client was built with OpenSSL or Schannel. If the client was built with yaSSL or GnuTLS, then this option is not supported. See TLS and Cryptography Libraries Used by MariaDB for more information about which libraries are used on which platforms.
--ssl-crlpath=name Defines a path to a directory that contains one or more PEM files that should each contain one revoked X509 certificate to use for TLS. This option requires that you use the absolute path, not a relative path. The directory specified by this option needs to be run through the openssl rehash command. See Secure Connections Overview: Certificate Revocation Lists (CRLs) for more information. This option is only supported if the client was built with OpenSSL. If the client was built with yaSSL, GnuTLS, or Schannel, then this option is not supported. See TLS and Cryptography Libraries Used by MariaDB for more information about which libraries are used on which platforms.
--ssl-key=name Defines a path to a private key file to use for TLS. This option requires that you use the absolute path, not a relative path. This option implies the --ssl option.
--ssl-verify-server-cert Enables server certificate verification. This option is disabled by default.
--tables Overrides the --databases or -B option such that all name arguments following the option are regarded as table names.
--use-frm For repair operations on MyISAM tables, get table structure from .frm file, so the table can be repaired even if the .MYI header is corrupted.
-u, --user=name User for login if not current user.
-v, --verbose Print info about the various stages. You can give this option several times to get even more information. See mysqlcheck and verbose, below.
-V, --version Output version information and exit.
--write-binlog Write ANALYZE, OPTIMIZE and REPAIR TABLE commands to the binary log. Enabled by default; use --skip-write-binlog when commands should not be sent to replication slaves.

NAME¶

mysqlcheck — a table maintenance program

SYNOPSIS¶

mysqlcheck [options]
[
db_name [tbl_name …]]

DESCRIPTION¶

The mysqlcheck client performs table maintenance: It
checks, repairs, optimizes, or analyzes tables.

Each table is locked and therefore unavailable to other sessions
while it is being processed, although for check operations, the table is
locked with a READ lock only. Table maintenance operations can be
time-consuming, particularly for large tables. If you use the
—databases or —all-databases option to process all tables in
one or more databases, an invocation of mysqlcheck might take a long
time. (This is also true for mysql_upgrade because that program
invokes mysqlcheck to check all tables and repair them if
necessary.)

mysqlcheck is similar in function to myisamchk, but
works differently. The main operational difference is that mysqlcheck
must be used when the mysqld server is running, whereas
myisamchk should be used when it is not. The benefit of using
mysqlcheck is that you do not have to stop the server to perform
table maintenance.

mysqlcheck uses the SQL statements CHECK TABLE, REPAIR
TABLE, ANALYZE TABLE, and OPTIMIZE TABLE in a convenient way for the user.
It determines which statements to use for the operation you want to perform,
and then sends the statements to the server to be executed.

The MyISAM storage engine supports all four maintenance
operations, so mysqlcheck can be used to perform any of them on
MyISAM tables. Other storage engines do not necessarily support all
operations. In such cases, an error message is displayed. For example, if
test.t is a MEMORY table, an attempt to check it produces this result:

shell> mysqlcheck test t
test.t
note     : The storage engine for the table doesn´t support check

If mysqlcheck is unable to repair a table, see the MariaDB
Knowledge Base for manual table repair strategies. This will be the case,
for example, for InnoDB tables, which can be checked with CHECK TABLE, but
not repaired with REPAIR TABLE.

The use of mysqlcheck with partitioned tables is not
supported.

Caution

It is best to make a backup of a table before performing a table
repair operation; under some circumstances the operation might cause data
loss. Possible causes include but are not limited to file system errors.

There are three general ways to invoke mysqlcheck:

shell> mysqlcheck [options] db_name [tbl_name ...]
shell> mysqlcheck [options] --databases db_name ...
shell> mysqlcheck [options] --all-databases

If you do not name any tables following db_name or if you
use the —databases or —all-databases option, entire
databases are checked.

mysqlcheck has a special feature compared to other client
programs. The default behavior of checking tables (—check) can be
changed by renaming the binary. If you want to have a tool that repairs
tables by default, you should just make a copy of mysqlcheck named
mysqlrepair, or make a symbolic link to mysqlcheck named
mysqlrepair. If you invoke mysqlrepair, it repairs tables.

The following names can be used to change mysqlcheck
default behavior.

mysqlrepair The default option is —repair
mysqlanalyze The default option is —analyze
mysqloptimize The default option is —optimize

mysqlcheck supports the following options, which can be
specified on the command line or in the [mysqlcheck] and [client] option
file groups. The -c, -r, -a and -o options are
exclusive to each other.

—help, -?

Display a help message and exit.

—all-databases, -A

Check all tables in all databases. This is the same as using the
—databases option and naming all the databases on the command
line.

—all-in-1, -1

Instead of issuing a statement for each table, execute a single
statement for each database that names all the tables from that database to
be processed.

—analyze, -a

Analyze the tables.

—auto-repair

If a checked table is corrupted, automatically fix it. Any
necessary repairs are done after all tables have been checked.

—character-sets-dir=path

The directory where character sets are installed.

—check, -c

Check the tables for errors. This is the default operation.

—check-only-changed, -C

Check only tables that have changed since the last check or that
have not been closed properly.

—check-upgrade, -g

Invoke CHECK TABLE with the FOR UPGRADE option to check tables for
incompatibilities with the current version of the server. This option
automatically enables the —fix-db-names and —fix-table-names
options.

—compress

Compress all information sent between the client and the server if
both support compression.

—databases, -B

Process all tables in the named databases. Normally,
mysqlcheck treats the first name argument on the command line as a
database name and following names as table names. With this option, it
treats all name arguments as database names.

—debug[=debug_options],
-# [debug_options]

Write a debugging log. A typical debug_options string is
´d:t:o,file_name´. The default is
´d:t:o´.

—debug-check

Print some debugging information when the program exits.

—debug-info

Print debugging information and memory and CPU usage statistics
when the program exits.

—default-auth=name

Default authentication client-side plugin to use.

—default-character-set=charset_name

Use charset_name as the default character set.

—defaults-extra-file=filename

Set filename as the file to read default options
from after the global defaults files has been read. Must be given as first
option.

—defaults-file=filename

Set filename as the file to read default options
from, override global defaults files. Must be given as first option.

—extended, -e

If you are using this option to check tables, it ensures that they
are 100% consistent but takes a long time.

If you are using this option to repair tables, it will force using
the old, slow, repair with keycache method, instead of the much faster
repair by sorting.

—fast, -F

Check only tables that have not been closed properly.

—fix-db-names

Convert database names to the format used since MySQL 5.1. Only
database names that contain special characters are affected.

—fix-table-names

Convert table names (including views) to the format used since
MySQL 5.1. Only table names that contain special characters are
affected.

—flush,

Flush each table after check. This is useful if you don’t want to
have the checked tables take up space in the caches after the check.

—force, -f

Continue even if an SQL error occurs.

—host=host_name, -h
host_name

Connect to the MariaDB server on the given host.

—medium-check, -m

Do a check that is faster than an —extended operation.
This finds only 99.99% of all errors, which should be good enough in most
cases.

—no-defaults

Do not read default options from any option file. This must be
given as the first argument.

—optimize, -o

Optimize the tables.

—password[=password],
-p[password]

The password to use when connecting to the server. If you use the
short option form (-p), you cannot have a space between the
option and the password. If you omit the password value following the
—password or -p option on the command line, mysqlcheck
prompts for one.

Specifying a password on the command line should be considered
insecure. You can use an option file to avoid giving the password on the
command line.

—persistent, -Z

Used with ANALYZE TABLE to append the option PERSISENT FOR
ALL.

—pipe, -W

On Windows, connect to the server via a named pipe. This option
applies only if the server supports named-pipe connections.

—plugin-dir=name


Directory for client-side plugins.

—port=port_num, -P
port_num

The TCP/IP port number to use for the connection.

—print-defaults

Print the program argument list and exit. This must be given as
the first argument.

—process-tables

Perform the requested operation on tables. Defaults to on; use
—skip-process-tables to disable.

—process-views=val

Perform the requested operation (only CHECK VIEW or REPAIR VIEW).
Possible values are NO, YES (correct the checksum, if necessary, add the
mariadb-version field), UPGRADE_FROM_MYSQL (same as YES and toggle the
algorithm MERGE<->TEMPTABLE.

—protocol={TCP|SOCKET|PIPE|MEMORY}

The connection protocol to use for connecting to the server. It is
useful when the other connection parameters normally would cause a protocol
to be used other than the one you want.

—quick, -q

If you are using this option to check tables, it prevents the
check from scanning the rows to check for incorrect links. This is the
fastest check method.

If you are using this option to repair tables, it tries to repair
only the index tree. This is the fastest repair method.

—repair, -r

Perform a repair that can fix almost anything except unique keys
that are not unique.

—silent, -s

Silent mode. Print only error messages.

—skip-database=db_name
-s

Don’t process the database (case-sensitive) specified as
argument.

—socket=path, -S
path

For connections to localhost, the Unix socket file to use, or, on
Windows, the name of the named pipe to use.

—ssl

Enable SSL for connection (automatically enabled with other
flags). Disable with —skip-ssl.

—ssl-ca=name

CA file in PEM format (check OpenSSL docs, implies
—ssl).

—ssl-capath=name

CA directory (check OpenSSL docs, implies —ssl).

—ssl-cert=name

X509 cert in PEM format (check OpenSSL docs, implies
—ssl).

—ssl-cipher=name

SSL cipher to use (check OpenSSL docs, implies —ssl).

—ssl-key=name

X509 key in PEM format (check OpenSSL docs, implies
—ssl).

—ssl-crl=name

Certificate revocation list (check OpenSSL docs, implies
—ssl).

—ssl-crlpath=name

Certificate revocation list path (check OpenSSL docs, implies
—ssl).

—ssl-verify-server-cert

Verify server’s «Common Name» in its cert against
hostname used when connecting. This option is disabled by default.

—tables

Override the —databases or -B option. All name
arguments following the option are regarded as table names.

—use-frm

For repair operations on MyISAM tables, get the table structure
from the .frm file so that the table can be repaired even if the .MYI header
is corrupted.

—user=user_name, -u
user_name

The MariaDB user name to use when connecting to the server.

—verbose, -v

Verbose mode. Print information about the various stages of
program operation. Using one —verbose option will give you more
information about what mysqlcheck is doing.

Using two —verbose options will also give you connection
information.

Using it 3 times will print out all CHECK, RENAME and ALTER TABLE
during the check phase.

—version, -V

Display version information and exit.

—write-binlog

This option is enabled by default, so that ANALYZE TABLE, OPTIMIZE
TABLE, and REPAIR TABLE statements generated by mysqlcheck are
written to the binary log. Use —skip-write-binlog to cause
NO_WRITE_TO_BINLOG to be added to the statements so that they are not
logged. Use the —skip-write-binlog when these statements should not
be sent to replication slaves or run when using the binary logs for recovery
from backup.

COPYRIGHT¶

Copyright 2007-2008 MySQL AB, 2008-2010 Sun Microsystems, Inc.,
2010-2015 MariaDB Foundation

This documentation is free software; you can redistribute it
and/or modify it only under the terms of the GNU General Public License as
published by the Free Software Foundation; version 2 of the License.

This documentation is distributed in the hope that it will be
useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
Public License for more details.

You should have received a copy of the GNU General Public License
along with the program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA or see
http://www.gnu.org/licenses/.

SEE ALSO¶

For more information, please refer to the MariaDB Knowledge Base,
available online at https://mariadb.com/kb/

MariaDB Foundation (http://www.mariadb.org/).

One of the clearest reasons for errors in the database can be an improper shutdown of the MySQL server. As it usually happens, there is a power failure of the server, or other reasons that led to a banal shutdown of the machine, or a reboot. Sometimes, and often, this kind of failure can lead to problems that can be solved only by restoring data from a backup, and this is the question of why you need to make backups . The presence of errors in the database may not appear immediately, but if they are, then sooner or later you will definitely notice them. Problems, as a rule, manifest themselves in the form of errors after queries to the database, or the database begins to go into thought for an inappropriate time.

Let’s see what you can do first to try to fix the situation. The mysqlcheck utility is usually installed by default with the MySQL server and can be used to check databases for errors. Let’s consider an example of its use.

Using the mysqlcheck utility

# mysqlcheck -u root -p --optimize --auto-repair --all-databases

Purpose of parameters:

1

2

3

--optimize – optimize all databases.

--auto-repair – repair all bases.

--all-databases – checking errors for all databases.

If the database is large, and you urgently need to correct a specific table, then you can run a check of a specific table in the database.

Checking a single table in the database:

# mysqlcheck -r DB_name Table_name -u root -p

Correction of MyISAM tables

There is also the myisamchk utility , which differs from the previous utility in that before using it, you must stop the database server, while mysqlcheck can be used when the server is running. Let’s look at an example of using the myisamchk utility.

Stopping MySQL Server

Analyzing the database for errors

# myisamchk -s /var/db/mysql/our_database/*.MYI

Please note that the path to the databases may differ for you, you should also clarify this point. If there are errors, then a message similar to the following will appear:

myisamchk: warning: 2 client is using or hasn't closed the table properly
MyISAM-table '/var/db/mysql/our_database/ary_mem.MYI' is usable but should be fixed

Correcting errors with myisamchk

# myisamchk -r /var/db/mysql/our_database/ary_mem.MYI

We fix errors for all tables in the database (recursively)

# myisamchk -r /var/db/mysql/our_database/*.MYI

The error correction process will be accompanied by a similar message output in the console window:

1

2

3

- Fixing index 1

- Fixing index 2

- Fixing index 3

After the bugs are fixed, you can start the MySQL server to make sure everything is in order.

Starting the MySQL Server

I would like to note one point that the commands for stopping and starting the MySQL server, as well as the paths for the location of the databases on your server, may differ, so you should also take these points into account.

Вас заинтересует / Intresting for you:

В этой статье мы будем говорить о mysqlcheck, которая является инструментом обслуживания командной строки, что позволяет проверять, анализировать, ремонтировать, а также оптимизировать таблицы MySQL / MariaDB и базы данных.

Проверьте одну таблицу в базе данных

Следующая команда будет проверять сообщения таблицы в блоге базы данных:

$ mysqlcheck -c blog posts
blog.posts                         OK

Если база данных защищена паролем , добавьте -u root -p в конце команды:

$ mysqlcheck -c blog posts -u root -p
Enter password:
blog.posts                         OK

Анализ всех таблиц в базе данных

Следующая команда будет проверять сообщения таблицы в блоге базы данных:

$ mysqlcheck -a blog posts
blog.posts                         OK

Если сервер MySQL / MariaDB работает на удаленном хосте,  добавьте -h в конце команды:

$ mysqlcheck -a blog posts -h remotehost.com
blog.posts                         OK

Оптимизировать все таблицы во всех баз данных

$ mysqlcheck -o --all-databases
blog.users
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.time_zone_transition_type                    Table is already up to date

Table does not support optimize, doing recreate + analyze instead - означает, что мы делаем OPTIMIZE в таблицах InnoDB, который не поддерживает эту опцию. При выполнении OPTIMIZE в таблицах, InnoDB создает пустую таблицу, копирует все строки из существующей таблицы в новую, удаляет старую и переименовывает новую таблицу, а затем запускает ANALYZE в таблицах.
Table is already up to date - Означает, что таблица актуальна, и нет никакой необходимости проверять её.

Восстановление нескольких баз данных

Следующая команда восстановит все таблицы в обоих базах данных:

$ mysqlcheck -r --databases blog blog2

Если вы видите: note : The storage engine for the table doesn't support repair, то это означает, что вы делаете REPAIR на InnoDB.

Оптимизация и ремонт всех таблиц во всех базах данных

Следующая команда будет проверять все таблицы во всех базах данных, и если какая-то таблица повреждена он будет автоматически исправит это эту таблицу:

$ mysqlcheck --auto-repair -o --all-databases
-c, --check Проверить таблицу на наличие ошибок.
-a, --analyze Анализировать данные таблицы.
-o --optimize Оптимизация таблиц.
-r, --repair Выполнение работ по ремонту, которые можно исправить почти все, за исключением уникальных ключей, которые не являются уникальными.
--auto-repair Если проверенная таблица повреждена, автоматически восстановить ее. Ремонт будет сделан после того, как все таблицы были проверены.
-A, --all-databases Проверьте все базы данных. Это то же самое, как -databases со всеми выбранными базами данных.
-B, --databases Процесс все таблицы в названных баз данных. С помощью этой опции, все имена аргументов рассматриваются как имена баз данных, а не как имена таблиц.
--tables Заменяет -databases или -B вариант таким образом, что все аргументы имени следующей опции рассматриваются как имена таблиц.
-g, --check-upgrade Проверка таблицы для версии зависящих от изменений. Может использоваться с опцией -auto-repair  для исправления таблиц, требующих версии зависящих от обновления.

Оптимизация и восстановление баз данных MySQL с помощью mysqlcheck

PS. Если вам понравился этот пост, пожалуйста, поделитесь им с друзьями в социальных сетях с помощью кнопок, расположенных ниже поста или просто оставьте комментарий. Благодарю.

Если вы нашли ошибку, пожалуйста, выделите фрагмент текста и нажмите Ctrl+Enter.

a table maintenance program

Examples (TL;DR)

  • Check a table: mysqlcheck --check table
  • Check a table and provide credentials to access it: mysqlcheck --check table --user username --password password
  • Repair a table: mysqlcheck --repair table
  • Optimize a table: mysqlcheck --optimize table

tldr.sh

Synopsis

mysqlcheck [options] [db_name [tbl_name ...]]

Description

The mysqlcheck client performs table maintenance: It checks, repairs, optimizes, or analyzes tables.

Each table is locked and therefore unavailable to other sessions while it is being processed, although for check operations, the table is locked with a READ lock only (see Section 13.3.6, “LOCK TABLES and UNLOCK TABLES Statements”, for more information about READ and WRITE locks). Table maintenance operations can be time-consuming, particularly for large tables. If you use the —databases or —all-databases option to process all tables in one or more databases, an invocation of mysqlcheck might take a long time. (This is also true for the MySQL upgrade procedure if it determines that table checking is needed because it processes tables the same way.)

mysqlcheck must be used when the mysqld server is running, which means that you do not have to stop the server to perform table maintenance.

mysqlcheck uses the SQL statements CHECK TABLE, REPAIR TABLE, ANALYZE TABLE, and OPTIMIZE TABLE in a convenient way for the user. It determines which statements to use for the operation you want to perform, and then sends the statements to the server to be executed. For details about which storage engines each statement works with, see the descriptions for those statements in Section 13.7.3, “Table Maintenance Statements”.

All storage engines do not necessarily support all four maintenance operations. In such cases, an error message is displayed. For example, if test.t is an MEMORY table, an attempt to check it produces this result:

$> mysqlcheck test t
test.t
note     : The storage engine for the table doesn't support check

If mysqlcheck is unable to repair a table, see Section 2.10.13, “Rebuilding or Repairing Tables or Indexes” for manual table repair strategies. This is the case, for example, for InnoDB tables, which can be checked with CHECK TABLE, but not repaired with REPAIR TABLE.

Caution

It is best to make a backup of a table before performing a table repair operation; under some circumstances the operation might cause data loss. Possible causes include but are not limited to file system errors.

There are three general ways to invoke mysqlcheck:

mysqlcheck [options] db_name [tbl_name ...]
mysqlcheck [options] --databases db_name ...
mysqlcheck [options] --all-databases

If you do not name any tables following db_name or if you use the —databases or —all-databases option, entire databases are checked.

mysqlcheck has a special feature compared to other client programs. The default behavior of checking tables (—check) can be changed by renaming the binary. If you want to have a tool that repairs tables by default, you should just make a copy of mysqlcheck named mysqlrepair, or make a symbolic link to mysqlcheck named mysqlrepair. If you invoke mysqlrepair, it repairs tables.

The names shown in the following table can be used to change mysqlcheck default behavior.

Command Meaning
mysqlrepair The default option is —repair
mysqlanalyze The default option is —analyze
mysqloptimize The default option is —optimize

mysqlcheck supports the following options, which can be specified on the command line or in the [mysqlcheck] and [client] groups of an option file. For information about option files used by MySQL programs, see Section 4.2.2.2, “Using Option Files”.

  • —help, -? Display a help message and exit.
  • —all-databases, -A Check all tables in all databases. This is the same as using the —databases option and naming all the databases on the command line, except that the INFORMATION_SCHEMA and performance_schema databases are not checked. They can be checked by explicitly naming them with the —databases option.
  • —all-in-1, -1 Instead of issuing a statement for each table, execute a single statement for each database that names all the tables from that database to be processed.
  • —analyze, -a Analyze the tables.
  • —auto-repair If a checked table is corrupted, automatically fix it. Any necessary repairs are done after all tables have been checked.
  • —bind-address=ip_address On a computer having multiple network interfaces, use this option to select which interface to use for connecting to the MySQL server.
  • —character-sets-dir=dir_name The directory where character sets are installed. See Section 10.15, “Character Set Configuration”.
  • —check, -c Check the tables for errors. This is the default operation.
  • —check-only-changed, -C Check only tables that have changed since the last check or that have not been closed properly.
  • —check-upgrade, -g Invoke CHECK TABLE with the FOR UPGRADE option to check tables for incompatibilities with the current version of the server.
  • —compress Compress all information sent between the client and the server if possible. See Section 4.2.8, “Connection Compression Control”.

    As of MySQL 8.0.18, this option is deprecated. Expect it to be removed in a future version of MySQL. See the section called “Configuring Legacy Connection Compression”.

  • —compression-algorithms=value The permitted compression algorithms for connections to the server. The available algorithms are the same as for the protocol_compression_algorithms system variable. The default value is uncompressed.

    For more information, see Section 4.2.8, “Connection Compression Control”.

    This option was added in MySQL 8.0.18.

  • —databases, -B Process all tables in the named databases. Normally, mysqlcheck treats the first name argument on the command line as a database name and any following names as table names. With this option, it treats all name arguments as database names.
  • —debug[=debug_options], -# [debug_options] Write a debugging log. A typical debug_options string is d:t:o,file_name. The default is d:t:o.

    This option is available only if MySQL was built using WITH_DEBUG. MySQL release binaries provided by Oracle are not built using this option.

  • —debug-check Print some debugging information when the program exits.

    This option is available only if MySQL was built using WITH_DEBUG. MySQL release binaries provided by Oracle are not built using this option.

  • —debug-info Print debugging information and memory and CPU usage statistics when the program exits.

    This option is available only if MySQL was built using WITH_DEBUG. MySQL release binaries provided by Oracle are not built using this option.

  • —default-character-set=charset_name Use charset_name as the default character set. See Section 10.15, “Character Set Configuration”.
  • —defaults-extra-file=file_name Read this option file after the global option file but (on Unix) before the user option file. If the file does not exist or is otherwise inaccessible, an error occurs. If file_name is not an absolute path name, it is interpreted relative to the current directory.

    For additional information about this and other option-file options, see Section 4.2.2.3, “Command-Line Options that Affect Option-File Handling”.

  • —defaults-file=file_name Use only the given option file. If the file does not exist or is otherwise inaccessible, an error occurs. If file_name is not an absolute path name, it is interpreted relative to the current directory.

    Exception: Even with —defaults-file, client programs read .mylogin.cnf.

    For additional information about this and other option-file options, see Section 4.2.2.3, “Command-Line Options that Affect Option-File Handling”.

  • —defaults-group-suffix=str Read not only the usual option groups, but also groups with the usual names and a suffix of str. For example, mysqlcheck normally reads the [client] and [mysqlcheck] groups. If this option is given as —defaults-group-suffix=_other, mysqlcheck also reads the [client_other] and [mysqlcheck_other] groups.

    For additional information about this and other option-file options, see Section 4.2.2.3, “Command-Line Options that Affect Option-File Handling”.

  • —extended, -e If you are using this option to check tables, it ensures that they are 100% consistent but takes a long time.

    If you are using this option to repair tables, it runs an extended repair that may not only take a long time to execute, but may produce a lot of garbage rows also!

  • —default-auth=plugin A hint about which client-side authentication plugin to use. See Section 6.2.17, “Pluggable Authentication”.
  • —enable-cleartext-plugin Enable the mysql_clear_password cleartext authentication plugin. (See Section 6.4.1.4, “Client-Side Cleartext Pluggable Authentication”.)
  • —fast, -F Check only tables that have not been closed properly.
  • —force, -f Continue even if an SQL error occurs.
  • —get-server-public-key Request from the server the public key required for RSA key pair-based password exchange. This option applies to clients that authenticate with the caching_sha2_password authentication plugin. For that plugin, the server does not send the public key unless requested. This option is ignored for accounts that do not authenticate with that plugin. It is also ignored if RSA-based password exchange is not used, as is the case when the client connects to the server using a secure connection.

    If —server-public-key-path=file_name is given and specifies a valid public key file, it takes precedence over —get-server-public-key.

    For information about the caching_sha2_password plugin, see Section 6.4.1.2, “Caching SHA-2 Pluggable Authentication”.

  • —host=host_name, -h host_name Connect to the MySQL server on the given host.
  • —login-path=name Read options from the named login path in the .mylogin.cnf login path file. A “login path” is an option group containing options that specify which MySQL server to connect to and which account to authenticate as. To create or modify a login path file, use the mysql_config_editor utility. See mysql_config_editor(1).

    For additional information about this and other option-file options, see Section 4.2.2.3, “Command-Line Options that Affect Option-File Handling”.

  • —medium-check, -m Do a check that is faster than an —extended operation. This finds only 99.99% of all errors, which should be good enough in most cases.
  • —no-defaults Do not read any option files. If program startup fails due to reading unknown options from an option file, —no-defaults can be used to prevent them from being read.

    The exception is that the .mylogin.cnf file is read in all cases, if it exists. This permits passwords to be specified in a safer way than on the command line even when —no-defaults is used. To create .mylogin.cnf, use the mysql_config_editor utility. See mysql_config_editor(1).

    For additional information about this and other option-file options, see Section 4.2.2.3, “Command-Line Options that Affect Option-File Handling”.

  • —optimize, -o Optimize the tables.
  • —password[=password], -p[password] The password of the MySQL account used for connecting to the server. The password value is optional. If not given, mysqlcheck prompts for one. If given, there must be no space between —password= or -p and the password following it. If no password option is specified, the default is to send no password.

    Specifying a password on the command line should be considered insecure. To avoid giving the password on the command line, use an option file. See Section 6.1.2.1, “End-User Guidelines for Password Security”.

    To explicitly specify that there is no password and that mysqlcheck should not prompt for one, use the —skip-password option.

  • —password1[=pass_val] The password for multifactor authentication factor 1 of the MySQL account used for connecting to the server. The password value is optional. If not given, mysqlcheck prompts for one. If given, there must be no space between —password1= and the password following it. If no password option is specified, the default is to send no password.

    Specifying a password on the command line should be considered insecure. To avoid giving the password on the command line, use an option file. See Section 6.1.2.1, “End-User Guidelines for Password Security”.

    To explicitly specify that there is no password and that mysqlcheck should not prompt for one, use the —skip-password1 option.

    —password1 and —password are synonymous, as are —skip-password1 and —skip-password.

  • —password2[=pass_val] The password for multifactor authentication factor 2 of the MySQL account used for connecting to the server. The semantics of this option are similar to the semantics for —password1; see the description of that option for details.
  • —password3[=pass_val] The password for multifactor authentication factor 3 of the MySQL account used for connecting to the server. The semantics of this option are similar to the semantics for —password1; see the description of that option for details.
  • —pipe, -W On Windows, connect to the server using a named pipe. This option applies only if the server was started with the named_pipe system variable enabled to support named-pipe connections. In addition, the user making the connection must be a member of the Windows group specified by the named_pipe_full_access_group system variable.
  • —plugin-dir=dir_name The directory in which to look for plugins. Specify this option if the —default-auth option is used to specify an authentication plugin but mysqlcheck does not find it. See Section 6.2.17, “Pluggable Authentication”.
  • —port=port_num, -P port_num For TCP/IP connections, the port number to use.
  • —print-defaults Print the program name and all options that it gets from option files.

    For additional information about this and other option-file options, see Section 4.2.2.3, “Command-Line Options that Affect Option-File Handling”.

  • —protocol={TCP|SOCKET|PIPE|MEMORY} The transport protocol to use for connecting to the server. It is useful when the other connection parameters normally result in use of a protocol other than the one you want. For details on the permissible values, see Section 4.2.7, “Connection Transport Protocols”.
  • —quick, -q If you are using this option to check tables, it prevents the check from scanning the rows to check for incorrect links. This is the fastest check method.

    If you are using this option to repair tables, it tries to repair only the index tree. This is the fastest repair method.

  • —repair, -r Perform a repair that can fix almost anything except unique keys that are not unique.
  • —server-public-key-path=file_name The path name to a file in PEM format containing a client-side copy of the public key required by the server for RSA key pair-based password exchange. This option applies to clients that authenticate with the sha256_password or caching_sha2_password authentication plugin. This option is ignored for accounts that do not authenticate with one of those plugins. It is also ignored if RSA-based password exchange is not used, as is the case when the client connects to the server using a secure connection.

    If —server-public-key-path=file_name is given and specifies a valid public key file, it takes precedence over —get-server-public-key.

    For sha256_password, this option applies only if MySQL was built using OpenSSL.

    For information about the sha256_password and caching_sha2_password plugins, see Section 6.4.1.3, “SHA-256 Pluggable Authentication”, and Section 6.4.1.2, “Caching SHA-2 Pluggable Authentication”.

  • —shared-memory-base-name=name On Windows, the shared-memory name to use for connections made using shared memory to a local server. The default value is MYSQL. The shared-memory name is case-sensitive.

    This option applies only if the server was started with the shared_memory system variable enabled to support shared-memory connections.

  • —silent, -s Silent mode. Print only error messages.
  • —skip-database=db_name Do not include the named database (case-sensitive) in the operations performed by mysqlcheck.
  • —socket=path, -S path For connections to localhost, the Unix socket file to use, or, on Windows, the name of the named pipe to use.

    On Windows, this option applies only if the server was started with the named_pipe system variable enabled to support named-pipe connections. In addition, the user making the connection must be a member of the Windows group specified by the named_pipe_full_access_group system variable.

  • —ssl* Options that begin with —ssl specify whether to connect to the server using encryption and indicate where to find SSL keys and certificates. See the section called “Command Options for Encrypted Connections”.
  • —ssl-fips-mode={OFF|ON|STRICT} Controls whether to enable FIPS mode on the client side. The —ssl-fips-mode option differs from other —ssl-xxx options in that it is not used to establish encrypted connections, but rather to affect which cryptographic operations to permit. See Section 6.8, “FIPS Support”.

    These —ssl-fips-mode values are permitted:

    • OFF: Disable FIPS mode.
    • ON: Enable FIPS mode.
    • STRICT: Enable “strict” FIPS mode.

    Note
    If the OpenSSL FIPS Object Module is not available, the only permitted value for —ssl-fips-mode is OFF. In this case, setting —ssl-fips-mode to ON or STRICT causes the client to produce a warning at startup and to operate in non-FIPS mode.

  • —tables Override the —databases or -B option. All name arguments following the option are regarded as table names.
  • —tls-ciphersuites=ciphersuite_list The permissible ciphersuites for encrypted connections that use TLSv1.3. The value is a list of one or more colon-separated ciphersuite names. The ciphersuites that can be named for this option depend on the SSL library used to compile MySQL. For details, see Section 6.3.2, “Encrypted Connection TLS Protocols and Ciphers”.

    This option was added in MySQL 8.0.16.

  • —tls-version=protocol_list The permissible TLS protocols for encrypted connections. The value is a list of one or more comma-separated protocol names. The protocols that can be named for this option depend on the SSL library used to compile MySQL. For details, see Section 6.3.2, “Encrypted Connection TLS Protocols and Ciphers”.
  • —use-frm For repair operations on MyISAM tables, get the table structure from the data dictionary so that the table can be repaired even if the .MYI header is corrupted.
  • —user=user_name, -u user_name The user name of the MySQL account to use for connecting to the server.
  • —verbose, -v Verbose mode. Print information about the various stages of program operation.
  • —version, -V Display version information and exit.
  • —write-binlog This option is enabled by default, so that ANALYZE TABLE, OPTIMIZE TABLE, and REPAIR TABLE statements generated by mysqlcheck are written to the binary log. Use —skip-write-binlog to cause NO_WRITE_TO_BINLOG to be added to the statements so that they are not logged. Use the —skip-write-binlog when these statements should not be sent to replicas or run when using the binary logs for recovery from backup.
  • —zstd-compression-level=level The compression level to use for connections to the server that use the zstd compression algorithm. The permitted levels are from 1 to 22, with larger values indicating increasing levels of compression. The default zstd compression level is 3. The compression level setting has no effect on connections that do not use zstd compression.

    For more information, see Section 4.2.8, “Connection Compression Control”.

    This option was added in MySQL 8.0.18.

Copyright

Copyright © 1997, 2023, Oracle and/or its affiliates.

This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.

This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.

See Also

For more information, please refer to the MySQL Reference Manual, which may already be installed locally and which is also available online at http://dev.mysql.com/doc/.

Referenced By

The man page mariadb-check(1) is an alias of mysqlcheck(1).

03/03/2023 MySQL 8.0 MySQL Database System

Программа mysqlcheck используется для проверки целостности (-c, -m, -C), восстановления (-r), анализа (-a) или оптимизации (-o) таблиц базы данных MySQL. Некоторые опции (например -e и -q) могут использоваться одновременно.

Не все опции поддерживаются различными движками MySQL. Опции -c, -r, -a и -o взаимоисключаемые, что означает, что будет применена последняя указанная опция.

Если не указано ничего, то будет применена опция -c. Альтернативами (синонимами) являются:

mysqlrepair: опция по умолчанию -r
mysqlanalyze: опция по умолчанию -a
mysqloptimize: опция по умолчанию -o

Использование:

mysqlcheck [OPTIONS] database [tables]

или:

 mysqlcheck [OPTIONS] --databases DB1 [DB2 DB3...]

или

mysqlcheck -uлогин -pпароль [--auto-repair] [--check] [--optimize] [--all-databases] [имя_базы_данных]

Опции:

-A, --all-databases

Проверить все базы данных. Аналогична опции —databases, если указать все базы данных.

-1, --all-in-1

Вместо выполнения запросов для каждой таблицы в отдельности выполнить все запросы в одном отдельно для каждой таблицы. Имена таблиц будут представлены в виде списка имен, разделенных запятой.

-a, --analyze

Анализировать данные таблицы.

--auto-repair

Если проверенная таблица повреждена, автоматически восстановить ее. Исправления будут произведены после проверки всех таблиц, если были обнаружены повреждения.

-#, --debug=...

Выводит информацию журнала отладки. Часто используется следующий набор параметров: ‘d:t:o,filename’

--character-sets-dir=...

Директория, где находятся установки символов.

-c, --check

Проверить таблицу на наличие ошибок.

-C, --check-only-changed

Проверить только таблицы, измененные со времени последней проверки или некорректно закрытые.

--compress

Использовать сжатие данных в протоколе сервер/клиент.

-?, --help

Вывести данную вспомогательную информацию и выйти из программы.

-B, --databases

Проверить несколько баз данных. Обратите внимание на разницу в использовании: в этом случае таблицы не указываются. Все имена аргументов рассматриваются как имена баз данных.

--default-character-set=...

Установить набор символов по умолчанию.

-F, --fast

Проверить только базы данных, которые не были закрыты должным образом.

-f, --force

Продолжать даже при получении ошибки SQL.

-e, --extended

При использовании данного параметра совместно с CHECK TABLE можно быть уверенным в целостности таблицы. Если же использовать этот параметр с REPAIR TABLE, запустится расширенное восстановление таблицы.

-h, --host=...

Хост базы данных.

-m, --medium-check

Быстрее, чем —extended-check, но находит только 99,99 процентов всех ошибок.

-o, --optimize

Оптимизировать таблицу.

-p, --password[=...]

Используемый пароль при подключении к серверу. Если пароль не указан, у пользователя запрашивается пароль с терминала.

-P, --port=...

Номер порта, используемого для подключения по TCP/IP.

--protocol=(TCP | SOCKET | PIPE | MEMORY)

Для указания протокола соединения, который надлежит использовать.

-q, --quick

При использовании данной опции совместно с CHECK TABLE предотвращается сканирование строк для корректировки неправильных связей. Это наиболее быстрый метод проверки. Если же использовать этот параметр с REPAIR TABLE, программа попытается восстановить только систему индексов. Это наиболее быстрый метод восстановления таблицы.

-r, --repair

Может исправить почти все, за исключением уникальных ключей, имеющих дубликаты.

-s, --silent

Выводить только сообщения об ошибках.

-S, --socket=...

Файл сокета, используемый для подсоединения.

--tables

Перекрывает опцию —databases (-B).

-u, --user=#

Имя пользователя MySQL, если этот пользователь в данное время не является активным.

-v, --verbose

Вывести информацию о различных этапах.

-V, --version

Вывести информацию о версии и выйти из программы.

Понравилась статья? Поделить с друзьями:
  • Marantz ошибка check pow5
  • Mapsource ошибка при установке
  • Maps me ошибка загрузки карты
  • Mapmem cpp ошибка wow
  • Mapinfo ошибка при запуске