View Single Post
Coin0p
Member
Join Date: Dec 2013
Old 03-25-2018 , 10:14   Re: [ANY] Player Analytics
Reply With Quote #340

BraveFox -- I had the same issue. Took me awhile to find a solution.

https://stackoverflow.com/questions/...87627#41887627

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

Then restart mysql

coin0p

Last edited by Coin0p; 03-25-2018 at 10:16.
Coin0p is offline