[Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. INSERT... ON DUPLICATE KEY UPDATE on a table with more than one UNIQUE KEY is unsafe Statement:
리눅스/MySQL2015. 1. 16. 11:43
반응형
[Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. INSERT... ON DUPLICATE KEY UPDATE on a table with more than one UNIQUE KEY is unsafe Statement:
위의 메세지...
Set Session binlog_format='MIXED'; 를 적용
또는
my.cnf 에서
binlog_format=mixed 를 설정
[출처] 아이구이런 | 조아 (http://blog.naver.com/i92run2k/50174224969)
반응형
'리눅스 > MySQL' 카테고리의 다른 글
| MySQL Cluster 구성 (0) | 2016.03.31 |
|---|---|
| Oracle 자동 백업 스크립트 (0) | 2015.01.27 |
| 데이타를 임의 순서로 검색하되 특정 값만 가져오는 쿼리 (0) | 2015.01.16 |
| MySQL 중복 데이터 제거 (NOT IN) (0) | 2015.01.16 |
| select 할때 특정 필드값 우선 순위 정하기 (0) | 2015.01.16 |
댓글()







