mysql查看表结构命令

Oracle
select * from v$database;
select * from all_users;
select * from user_tables;