How To Properly Shutdown MySQL Server Daemon mysqld

Q

How To Properly Shutdown MySQL Server Daemon mysqld? - MySQL FAQs - Server Daemon mysqld Administration

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

2007-05-11, 4994👍, 0💬