schemata表 schema_name为mysql所有数据库的名字 tables表 table_schema为所有数据库的名字(不同于schema_name,它是一张表对应一个table_schema,数量大于等于总数据库数量) table_name为所有表的名字 columns表 table_schema,table_name同tables表,column_name为所有表列的名字,即字段。 相关文章: 2021-05-07 2021-11-09 2021-08-05 2021-08-17 2021-12-16 2021-04-18 2022-02-09