메뉴 건너뛰기

조회 수 5543 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

① 테이블 구조 정보

show create table TABLE_NAME;


② MySQL 서버 호스트에 있는 데이터베이스를 나열

show databases;


③ 서버 상태 정보

show status;


④ 테이블 정보 확인

show table status;


[예]

array(36) {
 [0]=> string(9) "acc_visit" ["Name"]=> string(9) "acc_visit"
 [1]=> string(6) "MyISAM" ["Engine"]=> string(6) "MyISAM"
 [2]=> string(2) "10" ["Version"]=> string(2) "10"
 [3]=> string(7) "Dynamic" ["Row_format"]=> string(7) "Dynamic"
 [4]=> string(1) "8" ["Rows"]=> string(1) "8"
 [5]=> string(2) "41" ["Avg_row_length"]=> string(2) "41"
 [6]=> string(3) "332" ["Data_length"]=> string(3) "332"
 [7]=> string(15) "281474976710655" ["Max_data_length"]=> string(15) "281474976710655"
 [8]=> string(4) "2048" ["Index_length"]=> string(4) "2048"
 [9]=> string(1) "0" ["Data_free"]=> string(1) "0"
 [10]=> string(2) "45" ["Auto_increment"]=> string(2) "45"
 [11]=> string(19) "2011-06-09 00:49:51" ["Create_time"]=> string(19) "2011-06-09 00:49:51"
 [12]=> string(19) "2011-06-09 00:49:51" ["Update_time"]=> string(19) "2011-06-09 00:49:51"
 [13]=> NULL ["Check_time"]=> NULL
 [14]=> string(15) "euckr_korean_ci" ["Collation"]=> string(15) "euckr_korean_ci"
 [15]=> NULL ["Checksum"]=> NULL
 [16]=> string(0) "" ["Create_options"]=> string(0) ""
 [17]=> string(0) "" ["Comment"]=> string(0) ""
}


List of Articles
번호 제목 날짜 조회 수
106 숫자형 데이터 타입 2016.12.23 5679
105 문자형 데이터 2016.12.23 5656
104 날짜와 시간 데이터 2016.12.23 6004
103 Dump & Restore 2016.12.23 5801
102 dump 를 db에 올릴때 인코딩 문제 2016.12.23 6183
101 외부접근 권한 주기 file 2016.12.23 5963
100 테이블 체크, 백업 2016.12.23 7488
99 Create Procedure 2016.12.23 6024
98 덤프할때 한글깨짐 해결 2016.12.23 5643
97 IMPORT 2016.12.23 5462
96 테이블 복사, 테이블 비우기 2016.12.23 5796
» 데이타베이스 또는 테이블 정보 2016.12.23 5543
94 필드 변경, 추가, 삭제 2016.12.23 6092
93 IN 연산자 2016.12.23 5820
92 실수로 삭제한 mysql DB 복구방법 2017.04.12 7330
91 MySQL 계정생성하기 2017.04.12 5025
90 MySQL에서 사용자 권한 주기 (grant 명령어) 2017.04.12 5899
89 MySQL에서 원격 IP 접속 허용하기 2017.04.12 5636
88 mySQL 에서 날자표현 방법 2017.04.12 5372
87 MySQL의 alter table 명령어 모음 2017.04.12 5110
Board Pagination Prev 1 2 3 4 5 6 7 Next
/ 7

하단 정보를 입력할 수 있습니다

© k2s0o1d4e0s2i1g5n. All Rights Reserved