0

I am trying us ems as a frontend to administer my databases's. However, I have tried as a host: IP, DOMAIN, TUNNELING, SSH TUNNELING, HTTP TUNNELING, but all I keep getting is 'network is refusing your connection (10061). I think I may have found out why but am not experienced enough to make the changes.

I have included values for mysql from my php info file below:

mysql.default_host  no value    no value
mysql.default_password  no value    no value
mysql.default_port  no value    no value
mysql.default_socket    /var/lib/mysql/mysql.sock   /var/lib/mysql/mysql.sock
mysql.default_user  no value    no value
mysql.max_links Unlimited   Unlimited

I would be grateful if someone could cast an eye over this code and inform me if that is the reason for the non connection.

Many thanks

1
  • Can you append an example on how you are trying to connect? Commented Sep 26, 2012 at 11:46

1 Answer 1

1

Look at this documentation: scroll down to your error number.

http://dev.mysql.com/doc/refman/5.1/en/can-not-connect-to-server.html

Make sure the MySQL daemon is running. If it's not, start it. If it is, make sure you can ping the server and then log in using a client like the mysqladmin tool. If it can't connect, you won't be able to, either.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.