Skip to content

How to disable MySQL Strict Mode

Login to MySQL Server as ‘root’ user and run the following command.

SET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''))

Leave a Reply

Your email address will not be published. Required fields are marked *