Control Web Panel

WebPanel => MySQL => Topic started by: Shafire on August 25, 2019, 01:02:39 PM

Title: How to disable sql strict mode?
Post by: Shafire on August 25, 2019, 01:02:39 PM
Trying to install a script but it is asking to disable sql strict mode. Please advise?
Thanks
Title: Re: How to disable sql strict mode?
Post by: kuttysoft on May 04, 2020, 12:53:43 PM
any solution for this
Title: Re: How to disable sql strict mode?
Post by: matejz on July 23, 2020, 07:17:04 AM
Hello my friend I don't know if you have solved but I did it in this way...

edit your /usr/my.cnf:

and insert this line
Code: [Select]
sql_mode=NO_ENGINE_SUBSTITUTION
Hope will help someone else :)  ;)