mysql show buat db

SHOW CREATE {DATABASE | SCHEMA} [IF NOT EXISTS] db_name

If the SHOW statement includes an IF NOT EXISTS clause, the output 
too includes such a clause. SHOW CREATE SCHEMA is a synonym for
SHOW CREATE DATABASE.
Coder Cuttlefish