Switch to: V13V12V11V10V9V8V7V6V5

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.

Possible Errors

  • DATABASE_NOT_FOUND - Valentina Server don't know database with the specified name.

Examples

Example:

DROP CONNECTIONS OF DATABASE account_db;