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
2016. 1. 26. 11:07
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크