한국어

네트워킹

온누리070 플레이스토어 다운로드
    acrobits softphone
     온누리 070 카카오 프러스 친구추가온누리 070 카카오 프러스 친구추가친추
     카카오톡 채팅 상담 카카오톡 채팅 상담카톡
    
     라인상담
     라인으로 공유

     페북공유

   ◎위챗 : speedseoul


  
     PAYPAL
     
     PRICE
     

pixel.gif

    before pay call 0088 from app


http://egloos.zum.com/movestar/v/3429118



# 일단 mysql 서버 설정 확인


mysql> show variables like 'general_log%';
+------------------+---------------------------------+
| Variable_name    | Value                           |
+------------------+---------------------------------+
| general_log      | OFF                             |
| general_log_file | /var/lib/mysql/ubuntuserver.log |
+------------------+---------------------------------+

# 로그 남기게 설정 (이후로 general_log_file에 실시간으로 기록됨)
mysql> set GLOBAL general_log='ON';

# 로깅 해제
mysql> set GLOBAL general_log='OFF';
조회 수 :
24135
등록일 :
2015.04.15
17:14:56 (*.160.89.217)
엮인글 :
http://webs.co.kr/index.php?document_srl=365331&act=trackback&key=1b7
게시글 주소 :
http://webs.co.kr/index.php?document_srl=365331
List of Articles