hi all:

i am attempting to connect to a mysql database from php, using the following 
syntax in the php:

$dsn = "mysql://webuser@localhost/doug" ;
$db = DB::connect( $dsn ) ;

if ( DB::isError($db) )
{
        print $dsn."\n" ;
        die( $db->getMessage()."\n" ) ;
}

i get this message:

mysql://webuser@localhost/doug
DB Error: no such database

any suggestions would be greatly appreciated.

-- 
regards,
allen wayne best, esq
"your friendly neighborhood rambler owner"
"my rambler will go from 0 to 105"
Current date: 8:2:21::275:2002

For a holy stint, a moth of the cloth gave up his woolens for lint.

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