I\'d like to show DataDictionary for entire tables in database.
SHOW COLUMNS FROM `MyDataBase`.`MyTables` WHERE IN ( SELECT TABLE_NAME FROM info
describe table_name;
Retrieving information from INFORMATION_SCHEMA, but need DBA privilege.
INFORMATION_SCHEMA