博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
information_schema資料庫表信息
阅读量:6294 次
发布时间:2019-06-22

本文共 1627 字,大约阅读时间需要 5 分钟。

/*information_schema*/ /*字符集*/ SELECT * FROM information_schema.CHARACTER_SETS C; SELECT * FROM information_schema.COLLATION_CHARACTER_SET_APPLICABILITY C; SELECT * FROM information_schema.COLLATIONS C; /*不詳*/ SELECT * FROM information_schema.COLUMN_PRIVILEGES C; /*字段欄位*/ SELECT * FROM information_schema.`COLUMNS` C; /*引擎*/ SELECT * FROM information_schema.ENGINES E; /*事件*/ SELECT * FROM information_schema.`EVENTS` E; /*不詳*/ SELECT * FROM information_schema.FILES F; SELECT * FROM information_schema.GLOBAL_STATUS G; SELECT * FROM information_schema.GLOBAL_VARIABLES G; SELECT * FROM information_schema.KEY_COLUMN_USAGE K; SELECT * FROM information_schema.PARTITIONS P; /*引擎版本*/ SELECT * FROM information_schema.PLUGINS P; /*進程列表*/ SELECT * FROM information_schema.`PROCESSLIST` P; /*分析*/ SELECT * FROM information_schema.PROFILING P; /*約*束/*/ SELECT * FROM information_schema.REFERENTIAL_CONSTRAINTS R; /*PROCEDURE AND FUNCTION*/ SELECT * FROM information_schema.ROUTINES R; /*不詳細*/ SELECT * FROM information_schema.SCHEMA_PRIVILEGES S; /*DATABASE*/ SELECT * FROM information_schema.SCHEMATA S; /*會話狀態*/ SELECT * FROM information_schema.SESSION_STATUS S; /*會*話變量/*/ SELECT * FROM information_schema.SESSION_VARIABLES S; /*統計信息*/ SELECT * FROM information_schema.STATISTICS S; /*約*束/*/ SELECT * FROM information_schema.TABLE_CONSTRAINTS T; /*表的特權*/ SELECT * FROM information_schema.TABLE_PRIVILEGES T; /*表*/ SELECT * FROM information_schema.`TABLES` T; /*确發器*/ SELECT * FROM information_schema.TRIGGERS T; /*系統用戶權限*/ SELECT * FROM information_schema.USER_PRIVILEGES U; /*視圖*/ SELECT * FROM information_schema.VIEWS V;

官方資料:

转载地址:http://wsdta.baihongyu.com/

你可能感兴趣的文章
UINode扩展
查看>>
LINUX常用命令
查看>>
百度云盘demo
查看>>
概率论与数理统计习题
查看>>
初学structs2,简单配置
查看>>
Laravel5.0学习--01 入门
查看>>
时间戳解读
查看>>
sbin/hadoop-daemon.sh: line 165: /tmp/hadoop-hxsyl-journalnode.pid: Permission denied
查看>>
@RequestMapping 用法详解之地址映射
查看>>
254页PPT!这是一份写给NLP研究者的编程指南
查看>>
《Data Warehouse in Action》
查看>>
String 源码浅析(一)
查看>>
Spring Boot 最佳实践(三)模板引擎FreeMarker集成
查看>>
Fescar 发布 0.2.3 版本,支持 Redis 和 Apollo
查看>>
Google MapReduce到底解决什么问题?
查看>>
CCNP-6 OSPF试验2(BSCI)
查看>>
Excel 2013 全新的图表体验
查看>>
openstack 制作大于2TB根分区自动扩容的CENTOS镜像
查看>>
Unbuntu安装遭遇 vmware上的Easy install模式
查看>>
几个常用的ASP木马
查看>>