Skip to content

SHOW CREATE SCHEMA

Synopsis

SHOW CREATE SCHEMA schema_name

Description

Show the SQL statement that creates the specified schema.

See also

CREATE SCHEMA