I am running into a permission error when trying to load data from a flat file database dump into a new table. I know that the schema of the file and my table is the same an
Here's a thread on the MySQL forums that discusses exactly this.
Here's the answer, posted by Ken Tassell
Problem resolved using the command below:
grant file on *.* to kentest@localhost identified by 'kentest1';