Open
Description
Cookbook version
Actually my own fork, but this issue should equally apply to the current master here
Chef-client version
Whatever AWS OpsWorks uses
Platform Details
AWS, Ubuntu 16.04
Scenario:
Use LOAD DATA INFILE
to load CSVs that are located somewhere outside MySQL's data directory
Steps to Reproduce:
Provision a box with a recipe that invokes the mysql_service
resource, then call LOAD DATA INFILE
Expected Result:
LOAD DATA INFILE
works
Actual Result:
AppArmor
blocks the LOAD DATA INFILE
call.