ERROR 2003 (HY000): Can ' t connect to MySQL server on ' 192.168.56.105 ' (113)

Source: Internet
Author: User
[Email protected] ~]# mysql-uroot-h192.168.56.105-p
Enter Password:
ERROR 2003 (HY000): Can ' t connect to MySQL server on ' 192.168.56.105 ' (113)


Analysis of the problem
These problems may occur in the following ways
1. Skip-networking is configured in the MY.CNF configuration file
Skip-networking This parameter, so that all TCP/IP ports are not listening, that is, the native, other clients can not connect to the MySQL server network
So you need to comment out this parameter.


Parameter configuration for bindaddress in 2.MY.CNF configuration file
Bindaddress, there are bind-address, this parameter is to specify which IP addresses are configured so that the MySQL server only responds to which IP address requests, so this parameter needs to be commented out.


3. Causes of Firewalls
Shut down the firewall by/etc/init.d/iptables stop
My problem is caused by this reason. Shutting down the MySQL server's firewall is ready to use.




ERROR 2003 (HY000): Can ' t connect to MySQL server on ' 192.168.56.105 ' (113)

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.