[Genquire-users] SAMPLE database connection doesn't work

Danny Yoo dyoo@acoma.Stanford.EDU
Wed, 26 Jun 2002 18:16:04 -0700 (PDT)


Hi everyone,

We've been trying to connect to the demo database to work with Genquire,
but the mysql server appears to be rejecting us.  Here are the
configuration settings we're using:

###
$Username = "anonymous";
$Password = "guest";
$IPAddress = "bioinfo.pbi.nrc.ca:3307";
$Filename = "";
$Default_DB = "GQdemo";
###


I checked manually by using a mysql client:

###
[dyoo@tesuque Genquire]$ mysql --user anonymous -p -h bioinfo.pbi.nrc.ca
--port 3307 GQdemo
Enter password:
ERROR 1045: Access denied for user: 'anonymous@tesuque.Stanford.EDU'
(Using password: YES)
###

Do the security settings on the sample database allow connections from
outside?  Thanks for your help!