Re: make test errors for cpan install DBD::mysql
Jochen Wiedmann <[email protected]>
| Newsgroups | gmane.comp.db.mysql.perl |
|---|---|
| Message-ID | <[email protected]> |
Vicki Brown wrote:
> t/10dsnlist........DBI connect('test','',...) failed: Access denied for user:
> 'root@localhost' (Using password: NO) at t/10dsnlist.t line 45
> Cannot connect: Access denied for user: 'root@localhost' (Using password: NO)
As the message says: The test suite attempts to login as user "root"
(currently logged in user) to database "test" on host "localhost"
without password, which is refused by your database. Most probably,
because you have disabled such access.
Either specify a user name and password (see the module docs for how to
do this) or ignore the errors and proceed by forcing "make install".
Jochen
--
http://lilypie.com/baby1/050423/1/5/1/+1
--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/[email protected]