时间:2021-07-01 10:21:17 帮助过:21人阅读
修改 my.ini 文件.
# Set the SQL mode to strict
代码如下 | |
sql-mode=”STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION” |
改为:
# Set the SQL mode to strict
代码如下 | |
sql-mode=”NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION” |