在navicat中导入sql文件报错

在新建的数据库中选择运行sql文件后提示如下错误


[SQL] Query sql start
[ERR] 1231 - Variable 'time_zone' can't be set to the value of 'NULL'
[ERR] --
-- Dumping routines for database 'yiqing'
--
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */
[ERR] 1231 - Variable 'sql_mode' can't be set to the value of 'NULL'
[ERR] /*!40101 SET SQL_MODE=@OLD_SQL_MODE */
[ERR] 1231 - Variable 'foreign_key_checks' can't be set to the value of 'NULL'
[ERR] /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */
[ERR] 1231 - Variable 'unique_checks' can't be set to the value of 'NULL'
[ERR] /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */
[ERR] 1231 - Variable 'character_set_client' can't be set to the value of 'NULL'
[ERR] /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */
[ERR] 1231 - Variable 'collation_connection' can't be set to the value of 'NULL'
[ERR] /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */
[ERR] 1231 - Variable 'sql_notes' can't be set to the value of 'NULL'
[ERR] /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */
[SQL] Finished with error


```***

img