Mysql information_schema数据库学习
文章目录information_schema数据库1.概述——MySQL百科全书2.information_schema数据库表功能说明
information_schema数据库
1.概述——MySQL百科全书
information_schema数据库和performance_schema 数据库是MySQL自带的,其中performance_schema 数据库用于性能分析,而information_schema数据库提供了访问数据库元数据的方式。什么是元数据呢?元数据是关于数据的数据,如数据库名.
原创
2021-12-27 20:28:55 ·
131 阅读 ·
0 评论