Answers for "Error Code: 2068. LOAD DATA LOCAL INFILE file request rejected due to restrictions on access."

0

Error Code: 2068. LOAD DATA LOCAL INFILE file request rejected due to restrictions on access.

MySql Workbench 8 or above introduced this issue. To Fix:

Under Mysql Connections, Right Click Connection and "Edit Connection", 
Go to Advanced Tab, In Others Box add the line: OPT_LOCAL_INFILE=1
Posted by: Guest on September-29-2021

Code answers related to "Error Code: 2068. LOAD DATA LOCAL INFILE file request rejected due to restrictions on access."

Browse Popular Code Answers by Language