简体   繁体   中英

Can't Connect to Azure Server from SQL Server

I can't connect SQL Server to Azure. When I try to connect I get this error:

图片

How can I solve this?

Connect to Server

Cannot connect to mukdo.database.windows.net.

ADDITIONAL INFORMATION:

A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 0 - A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.) (Microsoft SQL Server, Error: 10060)

A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond

Make sure your IP is added in the firewall setting in Azure SQL. You can use 'Add client IP', if it's not added. enter image description here

更改 Internet 连接后我的问题解决了

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM