Shutdown MySQL Server Properly in MySQL

Q

How To Properly Shutdown MySQL Server Daemon mysqld in MySQL?

✍: FYIcenter.com

A

The proper way to shutdown your MySQL server is to the use "mysqladmin shutdown" command. Other ways to shutdown your server include:

  • Enter "mysqladmin -u root -ppassowrd shutdown" command with options in a command window.
  • Use Windows Task Manager to end the process: "mysqld.exe".
  • Of course, shutdown the computer system will also shutdown your MySQL server.

 

Memory Usage of the MySQL Server in MySQL

Ways to Start MySQL Server in MySQL

Server Daemon mysqld Administration in MySQL

⇑⇑ MySQL Database Tutorials

2017-12-04, 1366🔥, 0💬