top of page
681
MySQL 8.0
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()
bottom of page