Tagged Posts with: file access

MySQL File Access, Access Denied

December 31st, 2008 | Posted in MySQL
2

If you need to access files for importing directly from MySQL you may have encountered an error stating the following. Access denied for user: 'user@localhost' (Using password: YES) The user used to execute the import needs the FILE privilege in order to complete a command similar the one below. LOAD DATA INFILE filename INTO TABLE ...