Disable secure priv for data loading on MySQL

前端 未结 5 2043
刺人心
刺人心 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:32

    On MACOSX add .my.cnf to your home directory with content:

    [mysqld_safe]
    [mysqld]
    secure_file_priv=""
    

    https://github.com/Homebrew/homebrew-versions/issues/1552

提交回复
热议问题