this is incompatible with sql_mode=only_full_group_by
这是因为laravel mysql数据库开启了严格模式,导致很多mysql语句可能会报错,我们可以将其关闭即可
找到config/database.php,修改'strict' => true,改为false即可
this is incompatible with sql_mode=only_full_group_by
这是因为laravel mysql数据库开启了严格模式,导致很多mysql语句可能会报错,我们可以将其关闭即可
找到config/database.php,修改'strict' => true,改为false即可
本文标题:laravel查询报错this is incompatible
本文链接:https://www.haomeiwen.com/subject/kkqxcctx.html
网友评论