Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- React.js
- 누구나 자료구조와 알고리즘
- NonNullable
- javascript
- JS console
- 반복줄이기
- 개발콘텐츠
- vue.js
- const 단언문
- utilty type
- typescript
- 공통컴포넌트
- 2022
- 타입스크립트
- 레이아웃쪼개기
- Chart.js
- 티스토리꾸미기
- returnType
- 커스텀
- 제네릭
- CSS
- 리액트
- reactjs
- click and drag
- react
- 성능최적화
- TSDoc
- React Native
- 폰트적용하기
- 타입좁히기
Archives
- Today
- Total
목록에러일지/SQL (1)
몽땅뚝딱 개발자
[SQL] 함수 생성 시 This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled 에러해결
에러 MySQL 워크벤치에서 함수를 생성할 때 생긴 에러이다. Apply changes to fn_choSearch Error 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) 원인 함수 생성 권한이 없는 상태였다. 해결 -- 1: ON / 0: OFF SET GLOBAL log_bin_trust_function_creators = 1; -- 해당 옵션의 ON/OFF 여부를 알 수 있는 쿼리 sh..
에러일지/SQL
2021. 6. 10. 18:38