從MySQL5.6.6開始這種默認(rèn)設(shè)置的方法被廢棄了。在MySQL啟動(dòng)時(shí)會(huì)出現(xiàn)以下警告: [php] [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (seedocumentation for more details). [/php] 關(guān)閉警告,在my.cnf中的mysqld加入 [php] explicit_defaults_for_timestamp=true [/php]
發(fā)表評(píng)論