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 | 31 |
Tags
- AWS
- Linux
- vagrant
- DISTINCT
- Java
- 코딩테스트
- Jenkins
- sample
- mariadb
- ssh
- 프로그래머스
- spring boot
- Hibernate
- TLS
- db
- Spring Legacy Project
- Git
- github
- window
- 책 정리
- Client
- jdbc
- docker
- centos7
- spring
- EC2
- WebHook
- SSL
- TypeScript
- 토비의스프링
Archives
- Today
- Total
목록log_bin_trust_function_creators (1)
Woopii Vyeolog
[MariaDB] 에러 'You do not have the SUPER privilege and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable)'
증상 mariadb 에서 create function을 했는데, 다음과 같은 에러가 발생했습니다. You do not have the SUPER privilege and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable) 원인 SUPER 권한 부족 MariaDB에서 SUPER 권한은 사용자에게 데이터베이스 관리, 서버 설정 변경, 다른 사용자 계정 관리 등 광범위한 권한을 부여합니다. 만약 사용자에게 SUPER 권한이 부여되지 않았다면, binary logging이 활성화된 상태에서 특정 작업을 수행할 때 해당 에러가 발생할 수 있습니다. 해결 계정에 SUPER 권한..
DB,SQL
2024. 2. 29. 19:51