mysql_disconnect
Terminate the active MySQL database connection to release resources and end the session when database operations are complete.
Instructions
Disconnect from the MySQL database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}