* Manage Database [#e70e3711]
*** Show database list [#nfbd8472]
show databases;
show databases like wild;
*** Show table list [#pa548600]
show tables;
show tables like 'hoge%';
*** Display the create statement for a table [#o1054d0a]
show create database ${database_name}