MySQL tutorial: SHUTDOWN [EN]
top of page
CerebroSQL

MySQL: 

SHUTDOWN

Syntax:
SHUTDOWN

This statement stops the MySQL server. It requires the SHUTDOWN
privilege.

SHUTDOWN provides an SQL-level interface to the same functionality
available using the mysqladmin shutdown command or the mysql_shutdown()

Example

bottom of page