[EMAIL PROTECTED] wrote: > t/dbi............DBI connect() failed: > Access denied for user: '[EMAIL PROTECTED]' (Using password: NO) > > Please ensure that your database server is running and that you specified > the correct connection parameters. If necessary, re-run the Makefile.PL > and specify new parameters, or answer 'n' when prompted: > > - Do you want to run the DBI tests? > > FAILED 1: > FAILED test 1 > Failed 1/1 tests, 0.00% okay
The test has failed because the connection parameters it was given are wrong. The test has printed a helpful error message to this effect and explained how to correct it. I really don't think there's much more I can do. A
