Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 590 Bytes

enable-database.mdx

File metadata and controls

29 lines (19 loc) · 590 Bytes
title description
ENABLE DATABASE
ENABLE a disabled database. Once re-enabled, the database will be available again for use with the USE DATABASE command.

Syntax

ENABLE DATABASE database_name

Privileges

DBADMIN

Description

Use this command to ENABLE a previously disabled database. Once re-enabled, the database will be available again for use with the USE DATABASE command.

Return

OK string or error value (see SCSP protocol).

Example

> ENABLE DATABASE test.sqlite
OK