MySQL Programming Question:

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



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