MySQL 8.0 Release Notes
MySQL 8.0 Source Code Documentation
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.