[debian-mysql] Bug#930036: Acknowledgement (libmariadbclient18: DBD::mysql::db do failed: Malformed packet)

Valeriy Filatov vfilatov at gmail.com
Wed Jun 5 20:32:59 BST 2019


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 <
owner at 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-maint at lists.alioth.debian.org>
>
> If you wish to submit further information on this problem, please
> send it to 930036 at bugs.debian.org.
>
> Please do not send mail to owner at 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 owner at bugs.debian.org with problems
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-mysql-maint/attachments/20190605/9774d212/attachment-0001.html>


More information about the pkg-mysql-maint mailing list