Mysql Version 5에서 8로 버전 업데이트시
위와 같은 에러가 이슈가 났음.
SHOW global variables LIKE 'log_bin_trust_function_creators';
로 조회후 value 값이 OFF 일 경우
SET GLOBAL log_bin_trust_function_creators = ON;
ON 상태값으로 변경
'MySQL' 카테고리의 다른 글
MYSQL 비밀번호 설정 (0) | 2023.09.05 |
---|---|
[MYSQL] Authentication method 'caching_sha2_password' not supported by any of the available plugins. , mysql can't connect to mysql server on 'localhost' (10061) (0) | 2022.03.07 |
[Mysql] 덤프 IMPORT, EXPORT (0) | 2022.03.07 |
[MYSQL] UPDATE SELECT 같은 TABLE의 수정 (0) | 2022.03.07 |
CHARACTER_LENGTH (0) | 2021.08.24 |