16 messages in com.mysql.lists.perlRe: Unable to prepare statement with ...| From | Sent On | Attachments |
|---|---|---|
| Patrik Jansson | 14 Nov 2006 04:15 | |
| Kenny Scott | 14 Nov 2006 04:23 | |
| Patrik Jansson | 14 Nov 2006 04:36 | |
| Kenny Scott | 14 Nov 2006 04:38 | |
| Patrik Jansson | 14 Nov 2006 04:47 | |
| Kenny Scott | 14 Nov 2006 04:59 | |
| Patrik Jansson | 14 Nov 2006 05:08 | |
| Kenny Scott | 14 Nov 2006 05:12 | |
| Patrik Jansson | 14 Nov 2006 05:25 | .pl |
| Kenny Scott | 14 Nov 2006 05:45 | |
| Patrik Jansson | 14 Nov 2006 05:55 | |
| Mikael Fridh | 14 Nov 2006 05:59 | |
| Patrik Jansson | 14 Nov 2006 06:17 | |
| Simon Rees | 14 Nov 2006 08:37 | |
| Harald Fuchs | 14 Nov 2006 08:38 | |
| Patrik Jansson | 14 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
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Simon Rees | tech-lists @t zodiac2000 co uk | ORA-03113: end-of-file on communication channel ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~





.pl