DROP CATALOG

MariaDB starting with 12.0

Catalog support is planned for 12.0.

Syntax

DROP CATALOG catalog_name

Description

Deletes a catalog.

Limitations:

  • DROP CATALOG can only be performed by a super user in the 'def' catalog.

  • The current catalog cannot be dropped.

  • The 'def' catalog cannot be dropped.

When dropping a catalog, all databases and files within that catalog will be deleted.

See Also

This page is licensed: CC BY-SA / Gnu FDL

Last updated

Was this helpful?