Good morning
I'm using 5.6.11-log - MySQL Community Server (GPL) so I'm on the latest.
Just did a google search on the error it's self and left out piwik and I came across this bug report:
http://bugs.mysql.com/bug.php?id=69310
It looks pretty similar to what I have... Could it be because they are using AS in the GROUP BY statements?
I'm going to check this a bit more and experiment a little :)
btw, where in the database can I find the current tracking data, all I can find is the archive and it ends at May 15... right where the trouble begins..
I'm using 5.6.11-log - MySQL Community Server (GPL) so I'm on the latest.
Just did a google search on the error it's self and left out piwik and I came across this bug report:
http://bugs.mysql.com/bug.php?id=69310
Quote
[23 May 11:47] Shlomi Noach
Description:
A valid GROUP BY query is rejected with:
ERROR 1055 (42000): '###########' isn't in GROUP BY
while in 'ONLY_FULL_GROUP_BY' sql_mode.
It looks pretty similar to what I have... Could it be because they are using AS in the GROUP BY statements?
I'm going to check this a bit more and experiment a little :)
btw, where in the database can I find the current tracking data, all I can find is the archive and it ends at May 15... right where the trouble begins..