Class-AutoDB

 view release on metacpan or  search on metacpan

t/autodb.000.reqs.t  view on Meta::CPAN

    }
  }
  # since we made it here, we can do everything!
  return $testdb;
 FAIL:
  $errstr or $errstr=DBI->errstr;
  my $diag=<<DIAG

These tests require that MySQL be running on 'localhost', that the user 
running the tests can access MySQL without a password, and with these
credentials, has sufficient privileges to (1) create a 'test' database, 
(2) create, alter, and drop tables in the 'test' database, (3) create and
drop views, and (4) run queries and updates on the database.

When verifying these capabilities, the test driver got the following
error message:

$errstr

DIAG
    ;



( run in 0.240 second using v1.01-cache-2.11-cpan-4d50c553e7e )