Mysql [Err] 1293 there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause

问题:

   mysql数据 导入数据出错

    [Err] 1293 - Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause

原因:

   数据库版本问题,mysql5.6及以上才支持,必须升级数据库版本。

 mysql5.6.16下载地址:

 http://www.360sdn.com/opensource-datasource/2014/0410/2941.html

齊帥
原文地址:https://www.cnblogs.com/qishuai/p/6618745.html