Mysql permission errors with ‘load data’

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';

Leave a Comment