1.schemata表
schema_name为mysql所有数据库的名字
2.tables表
table_schema为所有数据库的名字(不同于schema_name,它是一张表对应一个table_schema,数量大于等于总数据库数量)
table_name为所有表的名字
3.columns表
table_schema,table_name同tables表,column_name为所有表列的名字,即字段。
标签:information,name,数据库,名字,table,schema From: https://www.cnblogs.com/betty-123/p/17558295.html