I have followed this reply, but still does not work...
How should I tackle --secure-file-priv in MySQL?
I run: LOAD DATA INFILE 'C:\ProgramData\MySQL\MySQL Server 8.0\Uploads\Parts_with_eClass_Code.txt' INTO TABLE partnumbersclassified;
I get the following:
Error Code: 1290. The MySQL server is running with the --secure-file-priv option so it cannot execute this statement
I have added the file in the standard Uploads folder here:
'secure_file_priv', 'C:\ProgramData\MySQL\MySQL Server 8.0\Uploads\'
Why does it not work?