mysql安装提示:TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_ti

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/webnum/article/details/81257793

centos6 安装 mysql5.6

有异常提示:TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details

解决办法:

配置文件增加

[mysqld]

explicit_defaults_for_timestamp=true

猜你喜欢

转载自blog.csdn.net/webnum/article/details/81257793