Link Search Menu Expand Document

DETACH ENGINE (deprecated)

Deprecated. Avoid using this statement and use DROP ENGINE instead. Allows you to detach an engine from a database.

Syntax

DETACH ENGINE <engine_name> FROM <database_name>
Parameter Description Mandatory? Y/N
<engine_name> The name of the engine to detach. Y
<database_name> The name of the database to detach engine <engine_name> from. Y