I created a perl script that opens that database like this:

my $dbh = DBI->connect(
'DBI:mysql:devjournal:username=mjohnson:host=morpheus' );

This works great if I run the script from another machine, but if i run in
on morpheus it says that
[EMAIL PROTECTED] does not have access. If I leave off the host
part it works fine.
But I would like to be able to run this script unchanged for any machine
including morpheus.

I have added myself as mjohnson@localhost and mjohnson@"%", do I need to add
myself as [EMAIL PROTECTED]?

thanks for your help!

---------------------------------------------------------------------
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