[scrap] Replication 깨졌을때 Skip http://simonshin.egloos.com/2247512 show slave statusG Stop slave; SET GLOBAL SQL_SLAVE_SKIP_COUNTER=1; SLAVE START SQL_THREAD; START SLAVE; SHOW SLAVE STATUSG Share this:Click to share on Twitter (Opens in new window)Click to share on Facebook (Opens in new window) Related Posted on 2015-05-18 3:55 PM by andrew Comment 📂This entry was posted in DB관련 기술자료
2015-05-20 andrew [scrap]리눅스에서 Disk IO 및 시스템 리소스 모니터링http://solarixer.blogspot.kr/2010/10/disk-io.html 리눅스 상에서 시스템 리소스 모니터링 할 때 보통 아래와 같은 command 를 사용한다....
2015-04-15 andrew [linux] 사용자 생성, 그룹생상, 그룹에 사용자 배정하기1.사용자 등록 useradd -r username - G groupname --shell /bin/false 2. 사용자 삭제 userdel username 3. 그룹 생...