FYI, one of our developers experienced a similar problem on our Windows environment. Here is a breakdown of their experience...
mysql "Can't connect to MySQL server on 'localhost' (10061)": Solution: 1- Be sure using the Task manager no mysql process is running as service. 2- Open a DOS prompt and go the install \bin directory. 3- Run the below command: mysqld-nt --standalone --console 4- Open another DOS prompt and go too to the \bin directory. 5- Run the below command: mysql -uroot -p you will see something like below: c:\mysql\bin>mysql -uroot -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 18 to server version: 5.0.22 Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> You need to provide a password if during the install you had configured the root privileges or leave it empty otherwise. Hi, I tried to create new project using Struts 2 modular archetype. Changing into the directory and running 'mvn' command inside the myproject's directory gives this error. It's funny but sometimes there's no error, though lately it's been always like this. Please see the exception logs below. Thanks in advanced, Allan ----- Regards, Matthew -- View this message in context: http://www.nabble.com/MVN-command-always-Connection-Refused-tp18724508s2369p18737418.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]