Subject: | connect() doesn’t honor “Username” or “Password” attributes |
Date: | Tue, 29 Oct 2013 00:58:39 -0500 |
To: | bug-DBD-mysql [...] rt.cpan.org |
From: | Felipe Gasper <felipe [...] felipegasper.com> |
DBI docs say:
=========
The username and password can also be specified using the attributes
Username and Password, in which case they take precedence over the
$username and $password parameters.
=========
… but this doesn’t work in DBD::mysql (1.630), at all. As best I can
tell, nothing even bothers to check the attributes hash for
username/password (by any combination of keys).