I changed the sql_mode
to STRICT_TRANS_TABLES, NO_AUTO_CREATE_USER, NO_ENGINE_SUBSTITUTION
,
however, the instance says the following error:
`SELECT list is not in GROUP BY clause and contains nonaggregated column '.id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by`