Thanks Jochem...I'll chomp on this for a while and see if I can't get it
fixed...

-----Original Message-----
From: Jochem van Dieten [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 30, 2002 3:52 PM
To: CF-Talk
Subject: Re: CFMX Server, MySQL woes


Josh wrote:
> looks like MySQL is up on that port...this is what I get:
>
>
> [root@exciteworks root]# telnet 127.0.0.1 3306
> Trying 127.0.0.1...
> Connected to 127.0.0.1.
> Escape character is '^]'.
> NHost 'localhost.localdomain' is not allowed to connect to this MySQL
> serverConnection closed by foreign host.

Yes, it is up. You have a configuration issue with MySQL that disallows
connections fromlocalhost through IP.


> I have DSNs in cf5 working fine on the server, but MX cannot connect.

I bet CF 5 is using Unix sockets or the public IP to connect (if you
still have CF 5 running you could verify this with netstat -n). You
should have a look at: http://www.mysql.com/doc/en/Access_denied.html

Jochem


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Reply via email to