MySQL Programming Question:

Download Job Interview Questions and Answers PDF

How To Shut Down the Server with "mysqladmin"?

MySQL Programming Interview Question
MySQL Programming Interview Question

Answer:

If you want to shut down the server with "mysqladmin", you can use the command "mysqladmin shutdown" as shown in the following tutorial example:

>cd mysqlin
>mysqladmin -u root shutdown

If this command returns no messages, your MySQL server should be terminated successfully.

Download MySQL Programming Interview Questions And Answers PDF

Previous QuestionNext Question
How To Check Server Status with "mysqladmin"?How To Use "mysql" to Run SQL Statements?