반응형
함수를 만드려고 할때 오류가 발생합니다.
Error Code: 1418. This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable)
함수를 만들기 위해 아래와 같이 권한 설정이 필요합니다.
SET GLOBAL log_bin_trust_function_creators = 1;반응형
'etc' 카테고리의 다른 글
| [aws] EC2접속 시 Permission denied (publickey,gssapi-keyex,gssapi-with-mic) (0) | 2023.06.08 |
|---|---|
| [terraform] error configuring S3 Backend (0) | 2023.06.08 |
| [MySQL] RANK, DENSE_RANK, ROW_NUMBER 차이 (0) | 2023.04.24 |
| [MySQL] Error Code 1175 (0) | 2023.04.24 |
| [VSCODE] 정규식(regex)으로 검색된 문자열 복사하기 (0) | 2023.04.19 |
댓글