[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Cannot set MySQL as DefaultDS over a Named Pipe on Win X

PeterJ do-not-reply at jboss.com
Tue Mar 10 16:36:25 EDT 2009


I run mine using TCP/IP. First, remove the socket-related lines from my.ini (you already have port=3306, which is good). Restart MySQL and use netstat or tcpview to verify that port 3306 is open. 

Then in *-ds.xml, use a connection URL such as:

<connection-url>jdbc:mysql://localhost:3306/xxx</connection-url>

where 'xxx' is the database name.

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4216741#4216741

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4216741



More information about the jboss-user mailing list