Ok, I have 3 servers connected to a private network on 192.168.x.x address space
www (openBD/tomcat) DB01 (win2008/mysql) msDB01 (win2008/sql2008) Datasource (via jdbc) connections work fine from WWW to msDB01 However, I'm not having any luck getting the mySQL server to talk. I CAN telnet from the OpenBD server to the mySQL server on port 3306, which is mySQL's port. I just can't get the datasource to accept and connect. Can someone tell me if I have my DSN configured correctly? Details: Server HostName: DB01 Server Instance Name: DBSERVER User (has full dba): OpenBD OpenBD Datasource Config OpenBD DataSource Name - mySQLDSN Database Name - myDatabase Database Server - DB01 Server Port - 3306 User Name - OpenBD Pass - xxxxxxx -- online documentation: http://openbd.org/manual/ google+ hints/tips: https://plus.google.com/115990347459711259462 http://groups.google.com/group/openbd?hl=en
