Disable secure priv for data loading on MySQL

前端 未结 5 2044
刺人心
刺人心 2020-12-13 14:46

I\'m running MySQL 5.7 on a Windows 10 machine. I\'ve read through all the SO threads on this topic and still haven\'t figured out how to get my data to load and get past th

5条回答
  •  隐瞒了意图╮
    2020-12-13 15:15

    1. Check OS privileges on directory you are importing from.
    2. When trying to import your data via "CVS using LOAD DATA" select use local option.

提交回复
热议问题