An error occurred while remotely connecting to mysql10060.

Source: Internet
Author: User
Remote connection to mysql10060 error remote connection to mysql 10060 error
Cocould not connect: Can't connect to MySQL server on '***. ***' (10060)

The code is
$ Con = mysql_connect ("***. ***", "user", "Password ");
If (! $ Con)
{
Die ('could not connect: '. mysql_error ());
}

The user name and password are correct, and the user name has permissions. the remote IP address is not localhost, but %
Phpmyadmin is running properly locally
Firewall disabled
The server is a Windows 2003 system.
Solution


Reply to discussion (solution)

To solve
Security policy problems ....
The first reply to the score ~

Http://www.google.com.hk/search? Gcx = w & sourceid = chrome & ie = UTF-8 & q = mysql + 10060 + + % E9 % 94% 99% E8 % AF
Let's take a look. I have never met...

Good. Congratulations, I am lying to you.

1. The network is disconnected.
Check whether the ping is successful.
2. firewall settings.
Whether the firewall has spared the mysql process and blocked port 3306 of mysql.
3. mysql account settings.
Whether the mysql account cannot be remotely connected. If the connection fails, try the following methods:
1. mysql-u root-p // log on to MySQL
2.
3. mysql> grant all privileges on *. * TO 'root' @ '%' with grant option; // any remote host can access the database.
4.
5. mysql> flush privileges; // you need to enter a command to make the modification take effect.
6.
7. mysql> EXIT // EXIT

Hello, landlord ~ The younger brother also encountered the same problem. you replied within 11 years. I don't know whether the landlord can remember it or not. could you please explain it in detail ~ How do I set the security policy?

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.