my Mysql cannot connect remotly,it will give error 2003.
I am using Ubuntu 11.04, After I gave all permission to the user root it will give 111 error.
please help me.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It may be because of your server configuration is limited to localhost.
just comment out the line
bind-address = 127.0.0.1
in /etc/my.cnf
Try it!! Happy coding 🙂