Access denied; you need (at least one of) the file privilege(s) for this operation
This exact MySQL error means you are missing the FILE privilege, and the fix depends on your setup. Here is how to grant it safely on your own VPS, and what to do instead if you are on a managed database that will not let you grant it at all.
Read more