mysql_disconnect
Disconnect a client from a MySQL database, ensuring safe termination of active sessions and releasing resources for efficient database management.
Instructions
断开 MySQL 数据库连接
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}