SQL error: 'database.table.field isn't in GROUP BY
问题 I am getting this when I am installing a 3rd party software. I've read the related topics and all of them suggested to set sql_mode to an empty string ( SET sql_mode = '' ) but that solution didn't work for me. Still getting the same error. Do I need to set this in my config file or something? Here's some useful info; Server version: 5.6.15-56-log Percona Server (GPL), Release rel63.0, Revision 519 mysql> SHOW VARIABLES LIKE 'sql_mode'; +---------------+-------+ | Variable_name | Value | +---