Re: Unable to prepare statement with underscore
Simon Rees <[email protected]>
| Newsgroups | gmane.comp.db.mysql.perl |
|---|---|
| Message-ID | <[email protected]> |
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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/[email protected]