How to disable sql-mode STRICT_TRANS_TABLES

samiuli

New member
Joined
Oct 19, 2020
Messages
3
Hi,

I need to disable sql-mode STRICT_TRANS_TABLES . But I can't disable it. How can I do that? My os is centos 8.

Thanks
 
set it in your mysql config file and restart mysql server/daemon
 
via SSH, connect as root or another user and upgrade then to root, then edit it via "mc" or "vi" or "nano"
 
Back
Top