'show commands'에 해당되는 글 1건

  1. 2010.12.16 MySQL SHOW Commands

2010. 12. 16. 17:06 MySQL

MySQL SHOW Commands

1. MySQL 설정값 보기
  mysql > show variables;

2. MySQL 프로세스 상태 및 정보 리스트 보기
  mysql > show processlist;  -> 가로보기
               show processlist \G;   -> 세로보기

3. MySQL 상태보기
  mysql > show status;
               show innodb status;

4. MySQL master/slave 상태보기
  mysql > show master status;
               show master status \G;
               show slave status;
               show slave status \G;

5. MySQL 바이너리 로그보기
  mysql > show master logs;

6. MySQL 데이터베이스 목록보기
  mysql > show databases;

7. MySQL 테이블리스트 보기
  mysql > use database명; -> 데이터베이스 선택 필수
               show tables;




'MySQL' 카테고리의 다른 글

MySQL Replication 서버설정  (0) 2010.12.16
MySQL Replication 장점  (0) 2010.12.16
Posted by IT
이전버튼 1 이전버튼

블로그 이미지
IT

공지사항

Yesterday
Today
Total

달력

 « |  » 2025.6
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30

최근에 올라온 글

최근에 달린 댓글

최근에 받은 트랙백

글 보관함