STOP ENGINE statement [DBISQL]

Description

Stops a database server

Syntax

STOP ENGINE engine-nameUNCONDITIONALLY ]

Examples

Example 1

Stop the database server named “sample”:

STOP ENGINE sample

Usage

If UNCONDITIONALLY is supplied, the database server is stopped even if there are connections to the server. If UNCONDITIONALLY is not specified, the database server is not stopped if there are connections to it.


Side effects

None

Standards

Permissions

None

See also

START ENGINE statement [DBISQL]