
- 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 know whether MySQL Server is alive or not?
With the help of ‘mysqladmin’ program, we would be able to know whether our MySQL
server is alive or not. It can be used as follows on the command line −
C:\mysql\bin>mysqladmin -u root ping mysqld is alive
The message after running the command shows that our MySQL server is alive.
- Related Articles
- How to check whether a thread is alive or not in C#
- How to know whether your training is effective or not?
- How can I start MySQL Server?
- How can I shutdown MySQL Server?
- How to get current thread is alive or not in android?
- How can I check whether a field exists or not in MongoDB?
- How can I check the version of MySQL Server?
- How can I check the status of MySQL Server?
- How do I know if a MySQL table is using myISAM or InnoDB Engine?
- How to copy tables or databases from one MySQL server to another MySQL server?
- How to check whether image is loaded or not?
- How can a wife judge whether her husband is in a romantic mood or not?
- How can I install or enable innoDB in MySQL?
- How can we get “MySQL server-side help”?
- How to know whether the border and background of empty cells are hidden or not with JavaScript?

Advertisements