📣

TiDB Cloud Serverless is now
TiDB Cloud Starter
! Same experience, new name.
Try it out →

SHUTDOWN

+2
TomShawn
dveeden
lilin90
qiancai

The SHUTDOWN statement is used to perform a shutdown operation in TiDB. Execution of the SHUTDOWN statement requires the user to have SHUTDOWN privilege.

Synopsis

ShutdownStmt
SHUTDOWN

Examples

SHUTDOWN;
Query OK, 0 rows affected (0.00 sec)

MySQL compatibility

The SHUTDOWN statement is partly compatible with MySQL. If you encounter any compatibility issues, you can report a bug.

SHUTDOWNwas last updated 12/4/2024, 1:41:32 AM: *: init release-8.5 configs (#19545)

Was this page helpful?