7-Views
  • Mysql
  • WordPress
  • HTML

Disable ONLY_FULL_GROUP_BY - 7-Views

Disable ONLY_FULL_GROUP_BY

Posted by Bhagwat Singh
October 11, 2022

If you want to disable this from Ubuntu 18+ please follow following details.

Go To Command Prompt

cd /etc/mysql/conf.d
sudo nano disable_strict_mode.cnf

and add following Snippet

[mysqld]
sql_mode=STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION

save and then restart and mysql. it will work.

 

Share on FacebookShare on TwitterShare on LinkedinShare on Reddit

read more

94 Comments
 
 
Recent Posts
  • How to ignore TypeScript errors with @ts-ignore?
  • Disable ONLY_FULL_GROUP_BY
  • How to install PhpStorm On Ubuntu
  • How to Configure SMTP using MailHog in Laravel using Homestead
  • Check For Foreign Key Constraint Violation In Laravel
Tags
add_theme_support admin bar hide aws creating widget dns featured image featured image wordpress https issue https with load balancer laravel login logout mysql nginx query server show_admin_bar tags update wordpress Wordpress widget
Categories
  • Angular
  • AWS
  • Bootstrap
  • Cloud
  • CodeIgniter
  • File System
  • General
  • geocoder
  • htaccess
  • HTML
  • Javascript
  • Jquery
  • Laravel
  • Mysql
  • PHP
  • TypeScript
  • Ubuntu
  • Wordpress
© 2018 7-Views