How To Shut Down the Server with "mysqladmin"

Q

How To Shut Down the Server with "mysqladmin"? - MySQL FAQs - Administrator Tools for Managing MySQL Server

✍: FYIcenter.com

A

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 \mysql\bin
>mysqladmin -u root shutdown

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

2007-05-11, 5124👍, 0💬