ERROR 1364 (HY000): Field 'ssl_cipher' doesn't have a default value

2015. 7. 13. 11:25error



336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.

에러 메세지 : 


ERROR 1364 (HY000): Field 'ssl_cipher' doesn't have a default value


보안 관련 컬럼에 아무것도 넣지 않았을 경우 나타나는 메세지



아래와 같이 사용


insert into user (host, user, password, ssl_cipher, x509_issuer, x509_subject, authentication_string)

values ('[[host]]', '[[id]]', PASSWORD('[[password]]'), '', '', '', '');


[[ ]]  <- 안을 채우시오




'error' 카테고리의 다른 글

[cmake]could not find curses  (0) 2015.07.12
cmake 설치 에러  (0) 2015.07.12
[error]configure: error: APR not found. Please read the documentation  (0) 2015.07.10