Re: [appfuse-user] mysql connection

2007-05-07 Thread Marc Siramy
Pierre-Henry, could you verify if your file /etc/my.cnf or /etc/sysconfig/mysql.conf or sth like that contains something like this : # Don't listen on a TCP/IP port at all. This can be a security enhancement, # if all processes that need to connect to mysqld run on the same host. # All interacti

Re: [appfuse-user] mysql connection

2007-05-07 Thread Matt Raible
If you run "mvn test", do you get the same error message? On 5/5/07, Pierre-Henry <[EMAIL PROTECTED]> wrote: Running the integration-test maven command, I get an error: --- java.net.SocketException: java.net.ConnectException: Connection refused - I have a mysql 5.0.32 running on

[appfuse-user] mysql connection

2007-05-05 Thread Pierre-Henry
Running the integration-test maven command, I get an error: --- java.net.SocketException: java.net.ConnectException: Connection refused - I have a mysql 5.0.32 running on localhost on a linux box 2.6.18. Pom uses a 5.0.3 connector. I can connect on local using mysql command. Have