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

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';