반응형

에러내용
 which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by

수정사항

1) cd /etc/mysql/mysql.conf.d

2) vi mysqld.cnf

- 다음 내용 추가
[mysqld]  
sql_mode = STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION

3) 서버 재시작
service mysql restart

728x90

+ Recent posts