as a workaround you can explicitly specify "mysql_local_infile=1" option in
DSN

my $dbh = DBI->connect(
    "dbi:mysql:mysql_local_infile=1:test:db-host",
    "user", "password",
    { RaiseError => 1, PrintError => 0 }
);


On Wed, Jun 5, 2019 at 1:51 PM Debian Bug Tracking System <
ow...@bugs.debian.org> wrote:

> Thank you for filing a new Bug report with Debian.
>
> You can follow progress on this Bug here: 930036:
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=930036.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
>  Debian MySQL Maintainers <pkg-mysql-ma...@lists.alioth.debian.org>
>
> If you wish to submit further information on this problem, please
> send it to 930...@bugs.debian.org.
>
> Please do not send mail to ow...@bugs.debian.org unless you wish
> to report a problem with the Bug-tracking system.
>
> --
> 930036: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=930036
> Debian Bug Tracking System
> Contact ow...@bugs.debian.org with problems
>

Reply via email to