MySQL Programming Question:
Download Job Interview Questions and Answers 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
>cd mysqlin
>mysqladmin shutdown
Download MySQL Programming Interview Questions And Answers
PDF
Previous Question | Next Question |
How To Create a Test Table in Your MySQL Server? | What Tools Available for Managing MySQL Server? |