for all the perl fanatics out there,
this questions for you:

i installed mysql on a cobalt-linux box
then set up the root password for mysql
then ran:
  perl -MCPAN -e shell
and at the cpan prompt:

cpan> install Bundle::Mysql

the whole thing ran great up to the end
where it started failing tests
due to the fact that the tests were trying to run mysql as root
  ...withOUT a password.

so how do you install mysql.pm once you've got a password on mysql?
do i have to remove the password?
  (how do i do that?)
or do i have to install from source?
  (doable, but i'd rather go the cpan shell route if i can)
are there any other choices?

thanks for the help list :)


_________________________________
daniel a. g. quinn
starving programmer

war does not determine who is right -- only who is left.
 - bertrand russell



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to