請問如何關閉mysql嚴格模式呢?
因為tadnews 一直出現不能發文的錯誤呢?
insert into xx_tad_news (ncsn,news_title,news_content,start_day,end_day,enable,uid,passwd,enable_group,prefix_tag,always_top,always_top_date,have_read_group) values('2','sdfasfsadf','
sadfasdfsdfsadfsd
','2020-04-06 01:27:25','0000-00-00 00:00:00','1','1','','','','0','2020-04-13 01:27:25','')
Incorrect datetime value: '0000-00-00 00:00:00' for column 'end_day' at row 1
C:\my_xoops\www\modules\tadnews\class\Tadnews.php:2298
此法僅當次session有效,一旦資料庫重啟便失效。
建議還是直接修改設定檔為佳
可參考: http://yuhua-chen.logdown.com/posts/246339-mysql-strict-mode
請 google 一下吧...跟 centos 還真不熟...