Home > Database > Mysql Tutorial > body text

What should I do if SQL cannot connect to the server?

醉折花枝作酒筹
Release: 2021-06-24 10:47:56
Original
7612 people have browsed it

Solution: 1. Check whether tcp/ip is enabled and pay attention to the port number; 2. Check the network problem; 3. Use the telnet command to check the port status; 4. Check the server item. Whether the username and password are correct; 5. Check whether the server allows remote connections.

What should I do if SQL cannot connect to the server?

The operating environment of this tutorial: windows7 system, mysql8 version, Dell G3 computer.

When you cannot connect to the database, check the following items:

1. Network conditions. Check if tcp/ip is enabled and note the port number.

Open SQL SERVER Configuration Manager and check the network configuration

What should I do if SQL cannot connect to the server?

2. Ping the server address to check network problems.

What should I do if SQL cannot connect to the server?

#3. Use the telnet command to check the port status.

What should I do if SQL cannot connect to the server?

#If there is a problem with the network, check the firewall settings, or try turning it off first.

4. Check the server items. Is the username and password correct?

5. Whether the server allows remote connections, check the security after logging in with Windows authentication->Login name->Login username->right-click properties, click Status:

What should I do if SQL cannot connect to the server?

6. Right-click the server name->Properties->Security, start two authentication modes

What should I do if SQL cannot connect to the server?

The above solves the problem of being unable to connect to the database .

Related learning recommendations: mysql tutorial(video)

The above is the detailed content of What should I do if SQL cannot connect to the server?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!