SHOW CREATE CATALOG

MariaDB starting with 12.0

Catalog support is planned for 12.0.

Syntax

SHOW CREATE CATALOG catalog_name

Description

Shows the CREATE CATALOG statement that creates the given catalog.

Examples

SHOW CREATE CATALOG def;
+---------+-------------------------------------------------------------------------------------------------------+
| Catalog | Create Catalog                                                                                        |
+---------+-------------------------------------------------------------------------------------------------------+
| def     | CREATE CATALOG `def` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci COMMENT 'default catalog' |
+---------+-------------------------------------------------------------------------------------------------------+

See Also

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

Last updated

Was this helpful?