MySQL secure--file--priv error message -


i trying load team_stats.txt table teamstats , keep getting error. professor told me comment out secure-file-priv = "c:/wamp/tmp" in my.ini file, did , restarted wamp server. started mysql again , tried, no avail.....i see no "real" responses of these error messages while looking through of similar questions, thought ask. using mysql5.7.14 , have tried use local in code, didn't make difference.

  mysql>load data infile 'team_stats.txt'         table teamstats;    


Comments