Hata : this is incompatible with sql_mode=only_full_group_by

Çözüm :

Mysql Sunucuda root olarak aşağıdaki sorguyu çalıştırın

SET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));