show databases;查看数据库列表 show tables;查看表列表 show keys from table_name;查看约束名 show create table table_name;查看建表语句