# which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
Error Code: 1055.
Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column 'schema_name.table_name.column_name' which is not functionally dependent on columns in GROUP BY clause;
this is incompatible with sql_mode=only_full_group_by 0.000 sec
my.ini (my.cnf)의 sql-mode에서 ONLY_FULL_GROUP_BY를 찾아서 지운다.
# Incorrect date value: '0000-00-00' for column '' at row
Error Code: 1292. Incorrect date value: '0000-00-00' for column '' at row 1 0.000 sec
my.ini (my.cnf)의 sql-mode에서 STRICT_TRANS_TABLES를 찾아서 지운다.
728x90