mysql在导入.sql文件的时候报错 1067 - Invalid default value for LOCK_TIME
推荐使用以下的方式永久修改
编辑 mysql 的配配置文件 my.cnf
在[mysqld]下面添加如下列:
sql_mode=ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION |
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
Comment