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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...