[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-08 andrew NGINX: SELinux Changes when Upgrading to RHEL 6.6 / CentOS 6.6If you upgrade a running system to Red Hat Enterprise Linux (RHEL) 6.6 or CentOS 6.6, the Security E...
2015-08-26 andrew how to calculate duration timehttp://stackoverflow.com/questions/6734375/c-boost-get-current-time-in-milliseconds int main(...