MySQL Programming Question:

How To Shutdown MySQL Server?

Tweet Share WhatsApp

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 PDF Read All 110 MySQL Programming Questions
Previous QuestionNext Question
How To Create a Test Table in Your MySQL Server?What Tools Available for Managing MySQL Server?