
- Learn MySQL
- MySQL - Home
- MySQL - Introduction
- MySQL - Installation
- MySQL - Administration
- MySQL - PHP Syntax
- MySQL - Connection
- MySQL - Create Database
- MySQL - Drop Database
- MySQL - Select Database
- MySQL - Data Types
- MySQL - Create Tables
- MySQL - Drop Tables
- MySQL - Insert Query
- MySQL - Select Query
- MySQL - Where Clause
- MySQL - Update Query
- MySQL - Delete Query
- MySQL - Like Clause
- MySQL - Sorting Results
- MySQL - Using Join
- MySQL - NULL Values
- MySQL - Regexps
- MySQL - Transactions
- MySQL - Alter Command
- MySQL - Indexes
- MySQL - Temporary Tables
- MySQL - Clone Tables
- MySQL - Database Info
- MySQL - Using Sequences
- MySQL - Handling Duplicates
- MySQL - SQL Injection
- MySQL - Database Export
- MySQL - Database Import
How can I check the status of MySQL Server?
With the help of ‘mysqladmin’ along with ‘status’ option program we would be able to check the status of MySQL server. It can be used as follows on command line −
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
- Related Articles
- How can I check the version of MySQL Server?
- How can I start MySQL Server?
- How can I shutdown MySQL Server?
- How can I know whether MySQL Server is alive or not?
- How can I intercept the Status Bar Notifications in Android?
- How to check table status of the tables in a particular MySQL database?
- How can we check the default character sets of all the MySQL databases we have on the server?
- How Can I check the size of the tables in a particular MySQL database?
- How can we get the list of MySQL server-side help categories?
- How can we get “MySQL server-side help”?
- How can I handle Server-Sent Events in HTML5?
- Set server status to inactive in a MongoDB collection with server records?
- How do I find out the default server character set in MySQL?
- How to check notifications status for the iOS App
- How to check the website status code using PowerShell?

Advertisements