Home > Database > Mysql Tutorial > body text

How to check the status of MySQL server?

PHPz
Release: 2023-09-03 19:41:02
forward
800 people have browsed it

How to check the status of MySQL server?

With the help of "mysqladmin" and "status" option programs, we can check the status of the MySQL server. It can be used on the command line as follows -

C:\mysql\bin>mysqladmin -u root status
Uptime: 3865 Threads: 1 Questions: 50 Slow queries: 0 Opens: 113
Flush tables: 1 Open tables: 102 Queries per second avg: 0.012
Copy after login

The above is the detailed content of How to check the status of MySQL server?. For more information, please follow other related articles on the PHP Chinese website!

source:tutorialspoint.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template