报错内容
Expression
#1
of
SELECT
list is
not
in
GROUP
BY
clause and
contains nonaggregated column 'game.name'
which is
not
functionally dependent on
columns in
GROUP
BY
clause; this is
incompatible with
sql_mode=only_full_group_by
解决方法
在/etc/my.cnf里面添加
sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES