Telnet运用and Sqlserver connection failed

今天的工作中,需要远程访问服务器上的数据库。但是,连接错误,Error code is 1326.说句实话,关于SqlServer
不能远程访问这个问题,我遇到过N次。可是每次都不认真去研究到底是什么原因造成的?直到今天,我解决这个遇到过N多次的问题时,还是相当棘手。在今天解决这个问题过程中,我深深的明白了一条真理。”遇到问题,如果逃避了,这辈子都要被它折磨。如果,忍受着折磨的痛苦去解决它,那么它永远不敢在找你。”生活中也是一样,不要去祈祷
life  become  simple,要去祈祷 oneself become 
power.遇到问题要迎难而上,不要轻言放弃。

在网上看了一下解决关于sqlserver 远程访问失败的思路,总结了一下。

firstly,用windows 身份验证登陆sqlserver:

登录之后,设置sqlserver登录账户:

设置sql账户的状态:

数据库实例设置允许远程访问:

Secondly,打开sql server 配置管理器:

确认sql server服务开启:

确认TCP/IP开启 note(远程机器访问数据库,是需要TCP/IP协议的,如果这个不开启。自然是不可能远程访问的):

查看端口号:

sql server默认的端口号就是1433.Note(我今天遇到的问题就是端口号的问题,当我把端口号全部改成1433时,可以远程访问了)

有时,不能访问的原因可能是防火墙禁了1433端口号,我们需要在防火墙中开启1433端口。我们也可以更改默认的端口号,但是也同样要去防火墙进行配置。

在网上看这个解决方法时,看到了Telnet。Telnet是TCP/IP协议中的一员,其作用是实现远程登录。我们可以用Telnet命令,来测试数据库的端口是否可用。(我就是通过Telnet命令,来解决今天的问题的)

遇到不懂得问题,一定要用心去学,去钻研。技术与经验就是这么慢慢积累起来的,实在做人,踏实做事。

Telnet运用and Sqlserver connection failed,布布扣,bubuko.com

时间: 2024-10-19 17:07:41

Telnet运用and Sqlserver connection failed的相关文章

Could not connect to '172.18.253.2' (port 22): Connection failed.

cisco交换机SSH登陆故障 一.故障现象 使用SSH登陆交换机时,出现如下提示 Connecting to 172.18.253.2:22... Could not connect to '172.18.253.2' (port 22): Connection failed. 二.故障排除 使用console口登陆交换机,查看登陆配置,配置了VTY 0 - 4 line vty 0 4 exec-timeout 0 0 login local ! 使用show ssh查看vty下的用户数量.

如何在android studio 1.0 启动时设置代理【解决WARN - ateSettings.impl.UpdateChecker - Connection failed.】

今天第一次用android studio,下了个比较新的1.0.1 linux版本,结果启动时老是出现以下错误: [ 6987] WARN - ateSettings.impl.UpdateChecker - Connection failed. Please check your network connection and try again. 百度了以下,都没找到可行方案,最后在google里找到了解决方案,在此记录下来,供大家参考. 方法1: 到android studio安装目录,打开

Error 20002 (severity 9):Adaptive Server connection failed

环境: Ubuntu12.10_x64 问题: 用tsql访问SQL Server >> tsql -H 192.168.88.133 -p 1433 U sa Error 20002 (severity 9): Adaptive Server connection failed 解决: 查看TDS version >> tsql -C Compile-time settings (established with the "configure" script)

xshell为什么连接不上ubuntu---ould not connect to 'ip' (port 22): Connection failed.

换了电脑之后,很多环境都要重新搭建,今天我就碰到我的xshell连接不是上ubuntu的问题,分享给大家.     我用VM打开我的ubuntu之后,想用xshell连接,在windows环境下操作,毕竟这样比较方便,但是,当我使用xshell连接的时候总是发现会连接失败,如下图: 总是连接失败.     上网查了查原因:        1:可能没有开启22端口,之后上网找命令开启了22端口,命令如下:     iptables -A INPUT -p tcp -m tcp --sport 22

Android Studio升级提示 Connection failed. Please check 2

后来在网上查阅了类似的文章,这里来总结下升级失败提示 Connection failed. Please check your network ...解决方法,希望可以帮助大家. 关于这个问题,发现网上解决方法都差不多.本文章是在windows系统中的解决方法,如下修改: 在Android Studio安装目录"/bin/studio.exe.vmoptions"文件中追加以下几行: http://www.foooooot.com/footprint/2142071/ http://w

Mac OS中, android stuido升级提示Connection failed. Please check your network connection and try again

在Mac系统中,安装android studio的正式版本是1.01的 如果直接在界面中点击check update,会弹出如下提示 Connection failed. Please check your network connection and try again 网传的一些方法过于繁琐,有一个临时替代的解决方案如下 1. Finder里, shift+command+g, 进入如下文件夹 /Applications/Android Studio.app/Contents/bin/stu

使用PHPMailer 中的报错解决 "Connection failed. Error #2: stream_socket_client(): SSL operation failed with code 1. OpenSSL Error messages:"

PHPMailer项目地址:https://github.com/PHPMailer/PHPMailer 项目中用到PHPMailer,使用过程中报错:"Connection failed. Error #2: stream_socket_client(): SSL operation failed with code 1. OpenSSL Error messages:" 由于我用的第三方smtp是ssl链接,所以需要再添加一些参数: $mail->SMTPOptions =

sql connection failed

nova-*.log中一直出现 DBConnectionError: (OperationalError) (2013, 'Lost connection to MySQL server at \'re ading initial communication packet\'和sql connection failed,网上搜了下说把my.cnf中的bind-address=127.0.0.1注释掉,但是我的配置文件没有这句话,后来在my.cnf中加了句bind-address=0.0.0.0就

connection failed: socket,host=localhost,port=8100,tcpNoDelay=1: java.net.ConnectException: Connect

JAVA.openOffice.myeclipse 报错原因:没有启动openOffice服务. 解决办法: 运行→cmd,输入: cd C:\Program Files (x86)\OpenOffice 4\program 回车 再输入 soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard 回车 再重新run as/debug asjava源码,就好了. connect