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