Introduction of Mysqlcheck
The Mysqlcheck client can examine and repair the MyISAM table. It can also optimize and analyze tables.
Mysqlcheck function is similar to MYISAMCHK, but its work is different. The main difference is that when the MYSQLD
Mysqlcheck: the mysqlcheck client can check and repair the MyISAM table. It can also be optimized and analyzed.
The function of mysqlcheck is similar to that of myisamchk, but it works differently. The main difference is that mysqlcheck must be
MySQL has 3 different ways to invoke Mysqlcheck:
shell> mysqlcheck[options] db_name [tables]Shell> Mysqlcheck[options]---database DB1 [DB2 DB3 ...]Shell> Mysqlcheck[options]--all--databaseIf you do not specify any tables or use the---database
The Mysqlcheck client can examine and repair the MyISAM table. It can also optimize and analyze tables.
Mysqlcheck function is similar to MYISAMCHK, but its work is different. The main difference is that when the MYSQLD server has to use Mysqlcheck
The Mysqlcheck client tool can examine and fix myisam tables, and can also optimize and analyze tables.
In fact, it integrates the functions of check, repair, analyze, optimize in MySQL tools,
There are 3 different ways to invoke Mysqlcheck:
Mysqlcheck is a tool that MySQL comes with, the function is the 保养 table, actually is examines, analyzes, fixes and optimizes. Here's an introduction to the simple use of the Mysqlcheck tool, the official documentation here
Original URL:
Mysql database optimization and restoration tool mysqlcheck details
1. Introduction to mysqlcheck
The mysqlcheck client can check and repair the MyISAM table. It can also be optimized and analyzed.
The function of mysqlcheck is similar to that of
A power outage or abnormal shutdown can cause table corruption in the MySQL database, especially when the MyISAM table data is large. There are three ways, one way to use MySQL's Repair table SQL statement, the other is to use the myisamchk provided
The mysqlcheck client tool can check and repair MyISAM tables, and optimize and analyze tables.
In fact, it integrates the functions of check, repair, analyze, and optimize in mysql,
There are three methods to call mysqlcheck:
Shell> mysqlcheck
In the past, most of the company's projects were on version 5.5, and there was just a project (free trading platform) with a small amount of data. A single server ran stably online and rarely took over, to unify the version, I plan to upgrade it to
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.