Skip Menu |

This queue is for tickets about the DBD-mysql CPAN distribution.

Report information
The Basics
Id: 115980
Status: resolved
Priority: 0/
Queue: DBD-mysql

People
Owner: MICHIELB [...] cpan.org
Requestors: jerome.eteve [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Test 56 failing
Date: Fri, 8 Jul 2016 14:30:54 +0100
To: bug-DBD-mysql [...] rt.cpan.org
From: Jérôme Étévé <jerome.eteve [...] gmail.com>
Hi there, With the new version released a couple of days ago, I have this failure while installing: //////////////////////////////////////////////////////////// t/56connattr.t ....................... DBD::mysql::db do failed: SELECT command denied to user ''@'localhost' for table 'session_connect_attrs' at t/56connattr.t line 41. DBD::mysql::db do failed: SELECT command denied to user ''@'localhost' for table 'session_connect_attrs' at t/56connattr.t line 41. Issuing rollback() due to DESTROY without explicit disconnect() of DBD::mysql::db handle test at t/56connattr.t line 41. # Looks like your test exited with 255 before it could output anything. t/56connattr.t ....................... Dubious, test returned 255 (wstat 65280, 0xff00) More diagnostic: $ uname -a Darwin mmw-jeteve.careerbuilder.com 14.5.0 Darwin Kernel Version 14.5.0: Tue Sep 1 21:23:09 PDT 2015; root:xnu-2782.50.1~1/RELEASE_X86_64 x86_64 $ perl --version This is perl 5, version 20, subversion 2 (v5.20.2) built for darwin-2level (with 1 registered patch, see perl -V for more detail) $ mysqld --version mysqld Ver 5.6.23 for osx10.8 on x86_64 (MySQL Community Server (GPL)) /////////////////////////////////// Note that I use perlbrew + cpanm Installing V 4.033 is perfectly fine. Thanks! Jerome. -- Jerome Eteve http://www.justgiving.com/jetevesober +44(0)7738864546 http://www.eteve.net/
On Fri 08 Jul 2016 09:31:12, jerome.eteve@gmail.com wrote: Show quoted text
> With the new version released a couple of days ago, I have this failure > while installing: > > //////////////////////////////////////////////////////////// > > t/56connattr.t ....................... DBD::mysql::db do failed: SELECT > command denied to user ''@'localhost' for table 'session_connect_attrs' at > t/56connattr.t line 41.
Thanks for your bug report! I fixed it here: https://github.com/perl5-dbi/DBD-mysql/commit/48d0dec4e985fbc59def70ac10042ebbb31b1d00 -- Michiel