
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
Shutdown MySQL Server
With the help of ‘mysqladmin’ program we would be able to shutdown our MySQL server. It can be used as follows on command line −
C:\mysql\bin>mysqladmin -u root shutdown
We will see nothing after entering the above command because it will not print any message in command window. We should have to trust that MySQL server has been shutdown properly.
Advertisements