Hello,
I'm running an application based on Codeigniter, 1 of the pages produce an error, the app author asked me to run this SQL to fix it :
The error is fixed but for few days, then I have to run the same SQL again and again.
Can I know what does it mean and why it work temporary ?
All the best,
I'm running an application based on Codeigniter, 1 of the pages produce an error, the app author asked me to run this SQL to fix it :
SQL:
SET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));
Can I know what does it mean and why it work temporary ?
All the best,