Table of Contents
DROP CONNECTIONS
Syntax
vext_vsrv_drop_connections -- v4.0 : DROP CONNECTIONS ([FOR] | [OF]) DATABASE db_name
Arguments
db_name
the name of database.
Description
This command force Valentina Server to drop all connections that work with the specified database. This allow for ADMINISTRATOR of vserver start some exclusive operation.
Errors
- DATABASE_NOT_FOUND - Valentina Server don't know database with the specified name.
Examples
Example:
DROP CONNECTIONS OF DATABASE account_db;