MySQL Remote connectivity issues

Source: Internet
Author: User

If an error occurs cannot connect service on ' IP ' (110)

Can be considered from the following aspects:

1, the connection command has no write error y (especially-P 3306 "p is uppercase")

2, the password is not written wrong

3, the remote database machine has no firewall installed

All right, just change it. "Format: mysql-h 192.168.0.0-p 3306-u root-p"

For 3, you can have the following methods: 1, directly switch off Firewall 2, add the trust IP in the remote database, add the method as follows:

Connect to the database first,

then use MySQL;

Grant all on * * to [email protected] ' need to add convenient IP ' identified by ' MySQL password '

Then execute flush Privileges

MySQL Remote connectivity issues

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.