MySQL #1140 - Mixing of GROUP columns

前端 未结 7 1199
难免孤独
难免孤独 2020-11-29 11:27

Hi wondering if perhaps someone could shed some light on the below error. The sql works fine locally but i get the the below error remotely.

SQL query:

<         


        
相关标签:
7条回答
  • 2020-11-29 12:04

    Just happened the same to me. Just follow this instructions:

    1. In laravel, go to config/database.php
    2. Search for the 'strict'=>true property and change it to 'strict'=>false.
    3. php artisan optimize

    Then i hope you fixed it. See you!

    0 讨论(0)
提交回复
热议问题