I'm trying to figure out how I can run a LOAD DATA LOCAL INFILE command for MySQL directly over the default adapter connection.
I've tried a few that I found, but I get an error about "This command is not supported in the prepared statement protocol yet", so I'm guessing the methods I found are not executing the raw SQL string I'm providing.
Is there a way I can send SQL directly to the db over the connection?