Link Search Menu Expand Document

ATTACH ENGINE

The ATTACH ENGINE statement enables you to attach an engine to a database.

Syntax

ATTACH ENGINE <engine_name> TO <database_name>

Parameters

Parameter Description
<engine_name> The name of the engine to attach.
<database_name> The name of the database to attach engine <engine_name> to.

Example

The following example attaches my_engine to the players database:

ATTACH ENGINE my_engine TO players