S samiuli New member Joined Oct 19, 2020 Messages 3 Oct 19, 2020 #1 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
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
Zhenyapan Verified User Joined Feb 23, 2018 Messages 2,456 Location UA Oct 20, 2020 #2 set it in your mysql config file and restart mysql server/daemon
S samiuli New member Joined Oct 19, 2020 Messages 3 Oct 20, 2020 #3 Zhenyapan said: set it in your mysql config file and restart mysql server/daemon Click to expand... But how can I set? Thanks
Zhenyapan said: set it in your mysql config file and restart mysql server/daemon Click to expand... But how can I set? Thanks
Zhenyapan Verified User Joined Feb 23, 2018 Messages 2,456 Location UA Oct 21, 2020 #4 via SSH, connect as root or another user and upgrade then to root, then edit it via "mc" or "vi" or "nano"
via SSH, connect as root or another user and upgrade then to root, then edit it via "mc" or "vi" or "nano"