mysql information_schema表结构
information_schema库
schemata表
schema_name 为mysql中所有的数据库名字

tables表
table_schema 为数据库的名字,对应的tables_name为表的名字

columns表
table_schema未数据库的名字,对应的table_name未表的名字,对应的column_name为列的名字。

information_schema库
schemata表
schema_name 为mysql中所有的数据库名字

tables表
table_schema 为数据库的名字,对应的tables_name为表的名字

columns表
table_schema未数据库的名字,对应的table_name未表的名字,对应的column_name为列的名字。
