Re: Connection Issue with DBI::DBD::mysql

2005-06-30 Thread Patrick Galbraith

Hi there!

What if you use the command line client to make this same connection - 
can you connect successfully?


Kind regards,

Patrick

On Jun 22, 2005, at 8:40 PM, [EMAIL PROTECTED] wrote:


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


Patrick Galbraith Senior Software Developer
[EMAIL PROTECTED] http://www.mysql.com

Those who fear climbing mountains
Shall live forever in the holes - Arab Poet



Connection Issue with DBI::DBD::mysql

2005-06-22 Thread TheRefUmp
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


Re: Connection Issue with DBI::DBD::mysql

2005-06-22 Thread Chuck Fox
Sounds like a windows feature, does user1 have an account on the 
windows host ? are you using any type of firewall or other security 
related software ?


[EMAIL PROTECTED] wrote:


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