Disable SQL Full Group

Sometimes, we may get the following error, which prevents us from running our web app.

webuzo-disable-sql-full-group-by

Add/update the following line under the [mysqld] section in /etc/my.cnf and then restart the MySQL service.

SET GLOBAL sql_mode = 'STRICT_TRANS_TABLES,NO_ENGINE_SUBSTITUTION';