How do I disable ONLY_FULL_GROUP_BY in MySQL?| VCCLHosting

You can enable ONLY_FULL_GROUP_BY in MySQL as shown in the following query −

mysql> SET sql_mode = 'ONLY_FULL_GROUP_BY';
Query OK, 0 rows affected (0.01 sec)

As shown above, we can enable ONLY_FULL_GROUP_BY with the help of SET command.

To disable ONLY_FULL_GROUP_BY with the help of the following query −

mysql> SET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));
Query OK, 0 rows affected (0.04 sec)

We have disabled ONLY_FULL_GROUP_BY successfully.

If you need any further assistance please raise ticket at vcclhosting.com client area.

  • mysql, ONLY_FULL_GROUP_BY, WHM, Sendy, sendy mysql error
  • 4441 Users Found This Useful
Was this answer helpful?

Related Articles

Step-by-Step Guide to Migrate Your WordPress Site to a New Host | Vcclhosting

Step-by-Step Guide to Migrate Your WordPress Site to a New Host Step 1: Back up your website...

How to Reset my cPanel Account Password?

If you can access your cPanel account, follow these steps to reset your password:1. Log into your...

How to update your cPanel Contact Information or receive a notification on reaching quota limit?

If you want to receive notification on reaching your disk quota, bandwidth usage limit, reaching...

How to Change cPanel Style/Theme?

Switching over to another cPanel theme with a different style is easy and there are two ways to...

How to Change Language of your cPanel?

cPanel supports a lot of languages, and if you want to change your cPanel language to your native...