I am trying to use LOAD DATA INFILE to insert some records into a table. Unfortunately, it\'s not working.
LOAD DATA INFILE
Here are some details
If I use this i
had this problem today and solved it by setting the following in php.ini
mysqli.allow_local_infile = On