摘要: 1.schemata表 schema_name为mysql所有数据库的名字 2.tables表 table_schema为所有数据库的名字(不同于schema_name,它是一张表对应一个table_schema,数量大于等于总数据库数量) table_name为所有表的名字 3.columns表 阅读全文
posted @ 2023-07-16 18:09 hacker-dreamer 阅读(19) 评论(0) 推荐(0) 编辑