Re: passwords & DBI/DBD

2003-07-19 Thread Jeremy Booker
I guess I forgot to mention that MySQL was running at the time. I could use mysqladmin (as long as I used the '-p' option and entered that root password i setup), and I could also run SELECT statements from the command line. -Jeremy ~~~~~ Jeremy Booker - Owner /

passwords & DBI/DBD

2003-07-19 Thread Jeremy Booker
have to give the '-p' option and then enter my password for anything to work. So, what do I need to do to get 'make test' to work? Do I need to remove the password somehow, or give some extra options with make? (I'm a complete newbie to MySQL and DB administration) Tha