Is it possible to set the PDO / Doctrine config in Symfony2 to use PDO::MYSQL_ATTR_LOCAL_INFILE => true
without using PDO directly?
My use case is loading a csv file into MySQL on Amazon RDS. Symfony version is 2.4
I get the error:
PHP Warning: PDOStatement::execute(): LOAD DATA LOCAL INFILE forbidden in /.../vendor/doctrine/dbal/lib/Doctrine/DBAL/Statement.php on line 165