On Mon, November 12, 2007 1:01 pm, Michael Lake wrote:
> Voytek Eymont wrote:

> 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,

i'm still missing something
I might download the package, as installing with 'perl -MCPAN -e shell
' I'm not sure how to access any readmes

# mysql test
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 47503 to server version: 4.1.22-standard

mysql> use test;
Database changed
mysql>

-----
Users having access to "test"
User    Host    Type    Privileges      Grant   Action
root    localhost       global  ALL PRIVILEGES  Yes     Edit Privileges
-----

---
t/40bindparam........DBI connect('test','',...) failed: Access denied for
user 'root'@'localhost' (using password: NO) at t/40bindparam.t line 57
t/40bindparam........dubious
        Test returned status 255 (wstat 65280, 0xff00)
t/40bindparam2.......DBI connect('test','',...) failed: Access denied for
user 'root'@'localhost' (using password: NO) at t/40bindparam2.t line 64
t/40bindparam2.......NOK 1/13Cannot connect: Access denied for user
'root'@'localhost' (using password: NO)
        Either your server is not up and running or you have no
        permissions for acessing the DSN DBI:mysql:test.
        This test requires a running server and write permissions.
        Please make sure your server is running and you have
        permissions, then retry.

===
-- 
Voytek

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to