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
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
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