Mysqladmin Practical Tools

Source: Internet
Author: User

The mysqladmin command-line utility is a heavyweight tool in the command-line tool suite. This tool can perform many options and tools (called commands).

Because this utility is run from the command line, it allows administrators to write a series of action scripts, which is much easier than running SQL commands directly. In fact, some third-party monitoring tools combine mysqladmin and SQL commands with utility to gather information and display it in other forms.

status

Briefly displays server status information, including uptime, number of threads, number of queries, and general statistics. This command provides a snapshot of the health status of the server.

Extended-status

Displays a complete list of system statistics, similar to the SQL SHOW Status command.

processlist

Displays a list of current processes, similar to the SQL show processlist command

Kill <thread Id>

Mysqladmin-uroot-pguiquanmaster processlist--sleep 3//Display process list 3s refresh once

Mysqladmin-uroot-pguiquanmaster extended-status--relative--sleep 3//View system variable previous value and current value

Mysqladmin Practical Tools

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.