Navicat 导入 sql 文件报错:[ERR] 1231 – Variable ‘time_zone’ can’t be set to the value of ‘NULL’ 的解决办法 0 By 董德多 on 2021年9月17日 MySQL, Windows Navicat for MySQL 运行 .sql 文件导入数据时报错:[ERR] 1231 – Variable ‘time_zone’ can’t be set to the value of ‘NULL’。 解决方法: 打开要导入的 .sql 文件,在文件的末尾处找到并删除下面的代码,然后重新导入即可。 /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; Navicat time_zone
MySQL:SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client错误的解决办法 MySQL By 董德多