Author Topic: How to disable sql strict mode?  (Read 12921 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
How to disable sql strict mode?
« 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
SEOtraining1.com -SecureHosting.xyz

Offline
*
Re: How to disable sql strict mode?
« Reply #1 on: May 04, 2020, 12:53:43 PM »
any solution for this

Offline
*
Re: How to disable sql strict mode?
« Reply #2 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 :)  ;)