Hello,
I have a problem with the STRICT_TRANS_TABLES and i want to disable it.
I tried some fixed from this threds: Disable MySQL Strict Mode and Strict Mode Thred
After all of this when i test with mysql -e 'select @@GLOBAL.sql_mode;' i get
Also i updated the etc folder like Ignor sugested
cagefsctl --update-etc (like Igor sugested): CageFS and my.cnf
Nothing
Do you have eany other sugestions? I can't figure it out.
I use:
CLOUDLINUX 7.6 [c] v82.0.11 with PHP Governor
mysql Ver 14.14 Distrib 5.7.27,
I have a problem with the STRICT_TRANS_TABLES and i want to disable it.
I tried some fixed from this threds: Disable MySQL Strict Mode and Strict Mode Thred
Code:
sql_mode=""
Code:
sql_mode=NO_ENGINE_SUBSTITUTION
Code:
sql_mode=IGNORE_SPACE,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
Code:
+-------------------------------------------------------------------------------------------------------------------------------------------+
| @@GLOBAL.sql_mode |
+-------------------------------------------------------------------------------------------------------------------------------------------+
| ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION |
+-------------------------------------------------------------------------------------------------------------------------------------------+
cagefsctl --update-etc (like Igor sugested): CageFS and my.cnf
Nothing
Do you have eany other sugestions? I can't figure it out.
I use:
CLOUDLINUX 7.6 [c] v82.0.11 with PHP Governor
mysql Ver 14.14 Distrib 5.7.27,