How To Shutdown MySQL Server

Q

How To Shutdown MySQL Server? - MySQL FAQs - Downloading and Installing MySQL on Windows

✍: FYIcenter.com

A

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

2007-05-10, 4619👍, 0💬