Connection Issue with DBI::DBD::mysql
- From: TheRefUmp@xxxxxxxxxxxx
- Date: Wed, 22 Jun 2005 14:40:09 -0400
Hi everyone,
Trying to connect to a MySQL database from a Linux Server using
PERL to a Windows Machine with a MySQL database (5.0.6). I can
connect successfully on the windows box but cannot on the Linux
server! I ran a SQLTRACE (DBD) with the following output:
imp_dbh->connect: dsn =
database=userdb:hostname=192.168.2.113:port=3307, uid = user1, pwd
= user1 imp_dbh->MyLogin: dbname = userdb, uid = user1, pwd =
user1,host = 192.168.2.113, port = 3307 imp_dbh->mysql_dr_connect:
host = 192.168.2.113, port = 3307, uid = user1, pwd = user1
imp_dbh->mysql_dr_connect: client_flags = 2
imp_dbh->mysql_dr_connect: <-Access denied for user
'user1'@'192.168.3.90' (using password: YES) error 1045 recorded:
Access denied for user 'user1'@'192.168.3.90' (using password: YES)
What disturbs me is that the return error comes back with a
different IP address than what I sent out. Anyone have any idea as
to why? That would seem to be the problem with the "access denied"!
The machine address that issues the connect is 192.168.3.190 but the address comming back is totally different.
George
__________________________________________________________________
Switch to Netscape Internet Service.
As low as $9.95 a month -- Sign up today at http://isp.netscape.com/register
Netscape. Just the Net You Need.
New! Netscape Toolbar for Internet Explorer
Search from anywhere on the Web and block those annoying pop-ups.
Download now at http://channels.netscape.com/ns/search/install.jsp
.
- Follow-Ups:
- Re: Connection Issue with DBI::DBD::mysql
- From: Chuck Fox
- Re: Connection Issue with DBI::DBD::mysql
- Prev by Date: "Free to wrong pool" and other errors
- Next by Date: Re: Connection Issue with DBI::DBD::mysql
- Previous by thread: "Free to wrong pool" and other errors
- Next by thread: Re: Connection Issue with DBI::DBD::mysql
- Index(es):
Relevant Pages
|