
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Check if MySQL Server is Alive
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.
Advertisements