SHOW CREATE CATALOG

Catalogs are planned for an upcoming release, and don't yet appear in any current releases.

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?