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 Get the mailserver that powers this list at http://www.coolfusion.com

