16 messages in com.mysql.lists.perlRe: Unable to prepare statement with ...
FromSent OnAttachments
Patrik Jansson14 Nov 2006 04:15 
Kenny Scott14 Nov 2006 04:23 
Patrik Jansson14 Nov 2006 04:36 
Kenny Scott14 Nov 2006 04:38 
Patrik Jansson14 Nov 2006 04:47 
Kenny Scott14 Nov 2006 04:59 
Patrik Jansson14 Nov 2006 05:08 
Kenny Scott14 Nov 2006 05:12 
Patrik Jansson14 Nov 2006 05:25.pl
Kenny Scott14 Nov 2006 05:45 
Patrik Jansson14 Nov 2006 05:55 
Mikael Fridh14 Nov 2006 05:59 
Patrik Jansson14 Nov 2006 06:17 
Simon Rees14 Nov 2006 08:37 
Harald Fuchs14 Nov 2006 08:38 
Patrik Jansson14 Nov 2006 23:56 
Subject:Re: Unable to prepare statement with underscore
From:Simon Rees (tech@zodiac2000.co.uk)
Date:11/14/2006 08:37:28 AM
List:com.mysql.lists.perl

On Tuesday 14 November 2006 13:08, Patrik Jansson wrote:

I try to update by running cpan install DBD::mysql but it fails on the test because it is not able to login as root, duh! How can I change username / password?

When running 'perl Makefile.PL ' use these options.

--testuser=<user> Use the username <user> for running the test suite; defaults to no username --testpassword=<pwd> Use the password <pwd> for running the test suite; defaults to no password

Note, the user will need have permissions to create and drop tables and perform DML in the selected database (defaults to 'test').

There are lots of other options that can be used with Makefile.PL, type:

perl Makefile.PL --help

to see them.

cheers Simon