information_schema系统数据库
1.schemata表
schema_name为mysql所有数据库的名字

2.tables表
table_schema为所有数据库的名字(不同于schema_name,它是一张表对应一个table_schema,数量大于等于总数据库数量)
table_name为所有表的名字

3.columns表
table_schema,table_name同tables表,column_name为所有表列的名字,即字段。

1.schemata表
schema_name为mysql所有数据库的名字

2.tables表
table_name为所有表的名字

