Voytek Eymont wrote:
thanks, Mike
OK, created .my.cf;
I can 'mysql' at the terminal, not asked for pw and get in OK,
Excellent.
BUT, it still fail in perl:
----one of several---
Failed 13/13 tests, 0.00% okay
t/40blobs............DBI connect('test','',...) failed: Access denied for
user 'root'@'localhost' (using password: NO) at t/40blobs.t line 64
t/40blobs............NOK 1/11Cannot connect: Access denied for user
....
t/utf8...............DBI connect('test','',...) failed: Access denied for
user 'root'@'localhost' (using password: NO) at t/utf8.t line 49
You are further along. It's trying to connect to a database called 'test. Create this
database manually (mysql> create database test;). Read a bit further into any README
that would have come with DBI to see what excactly it expects 'test' to be.
Mike
--
Michael Lake
Computational Research Support Unit
Science Faculty, UTS
Ph: 9514 2238
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html