我在本地主机上开发了一个Magento商店。现在,我正在尝试将数据库.sql文件导入Server MySql数据库。本地主机的MySql版本为5.7.24
。
服务器的MySql版本为MySQL 5.5
我遇到#1293 - Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause
错误。
解决方案是什么?