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

上一篇:Android ListView滑动过程中图片显示重复错乱闪烁问题解决


下一篇:第八章 SQL高级处理 8-2 GROUPING运算符