MySQL Programming Question:
Download Questions PDF

How To Shutdown MySQL Server?

Answer:

If you want to shutdown your MySQL server, you can run the "mysqladmin" program in a command window as shown in the following tutorial:

>cd mysqlin
>mysqladmin shutdown


Download MySQL Programming Interview Questions And Answers PDF

Previous QuestionNext Question
How To Create a Test Table in Your MySQL Server?What Tools Available for Managing MySQL Server?