MySQL Programming Question:

Download Job Interview Questions and Answers PDF

How To Shutdown MySQL Server?

MySQL Programming Interview Question
MySQL Programming Interview Question

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?