找到mysql的配置文件目录 my.cnf

interactive_timeout = 120
wait_timeout = 120
max_allowed_packet = 500M

 

在导入过程中可能会遇到报错或者导入不全的情况 还需在配置文件中加入

sql_mode=ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION

相关文章:

  • 2021-04-23
  • 2022-01-03
  • 2022-12-23
  • 2022-12-23
  • 2021-10-12
  • 2021-09-04
  • 2021-10-10
  • 2021-04-12
猜你喜欢
  • 2021-12-03
  • 2022-12-23
  • 2022-12-23
  • 2021-12-21
  • 2021-12-28
  • 2021-07-08
相关资源
相似解决方案