"MySQL information schema"의 두 판 사이의 차이

(새 문서: ==개요== ;MySQL information_schema <source lang='cli'> mysql> SHOW TABLES FROM information_schema; +---------------------------------------+ | Tables_in_information_schema...)
 
잔글 (봇: 자동으로 텍스트 교체 (-<source lang='cli'> +<source lang='console'>))
 
(다른 사용자 한 명의 중간 판 하나는 보이지 않습니다)
2번째 줄: 2번째 줄:
;MySQL information_schema
;MySQL information_schema


<source lang='cli'>
<source lang='console'>
mysql> SHOW TABLES FROM information_schema;
mysql> SHOW TABLES FROM information_schema;
+---------------------------------------+
+---------------------------------------+
43번째 줄: 43번째 줄:
*[[MySQL information_schema.COLUMNS]]
*[[MySQL information_schema.COLUMNS]]


[[분류: MySQL]]
[[분류: MySQL information_schema]]

2016년 3월 29일 (화) 10:44 기준 최신판

1 개요[ | ]

MySQL information_schema
mysql> SHOW TABLES FROM information_schema;
+---------------------------------------+
| Tables_in_information_schema          |
+---------------------------------------+
| CHARACTER_SETS                        |
| COLLATIONS                            |
| COLLATION_CHARACTER_SET_APPLICABILITY |
| COLUMNS                               |
| COLUMN_PRIVILEGES                     |
| ENGINES                               |
| EVENTS                                |
| FILES                                 |
| GLOBAL_STATUS                         |
| GLOBAL_VARIABLES                      |
| KEY_COLUMN_USAGE                      |
| PARTITIONS                            |
| PLUGINS                               |
| PROCESSLIST                           |
| PROFILING                             |
| REFERENTIAL_CONSTRAINTS               |
| ROUTINES                              |
| SCHEMATA                              |
| SCHEMA_PRIVILEGES                     |
| SESSION_STATUS                        |
| SESSION_VARIABLES                     |
| STATISTICS                            |
| TABLES                                |
| TABLE_CONSTRAINTS                     |
| TABLE_PRIVILEGES                      |
| TRIGGERS                              |
| USER_PRIVILEGES                       |
| VIEWS                                 |
+---------------------------------------+
28 rows in set (0.00 sec)

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}