Shutting Down MySQL Server in MySQL

Q

How To Shutdown MySQL Server in MySQL?

✍: 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

 

Administrator Tools for Managing MySQL Server

Creating a Test Table in MySQL Server in MySQL

Downloading and Installing MySQL on Windows

⇑⇑ MySQL Database Tutorials

2018-06-06, 1516🔥, 0💬