MySQL报错:错误代码: 1293 Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP
原因是:两台服务器的mysql版本不一致. 低版本不支持在一个表里面 有2个TIMESTAMP 类型 的列.
项目中版本是:
解决方法?
是采用把2台服务器都使用最新的版本这个办法…
原文:https://www.cnblogs.com/lihailong/p/11489276.html