(20002, b'DB-Lib error message 20002, severity 9:\nAdaptive Server connection failed (127.0.0.1:3306)\n')

使用python 3.7

pymssql 连接本地mysql 5.6 报错

解决:参考

https://www.cnblogs.com/springbrotherhpu/p/11503139.html

https://blog.csdn.net/llx1026/article/details/79579572

1.在https://sourceforge.net/projects/freetdswindows/ 下载 windows 的freetds

2. 解压,cmd 进入 F:\FreeTDS-1.00-x86\freetds-1.00\bin

3. 尝试连接 报错

问题是

Adaptive Server connection failed
OS error 10060, "Unknown error"

4. 解决

我傻了。。。

pymssql 是对于 SQL SERVER的

而要用 mysql,使用 pymysql  。。。。。太愚蠢了

CONFIG = {
    "host": ‘127.0.0.1‘,
    "user": ‘erio‘,
    "pwd": ‘123‘,
    ‘db‘: ‘Library‘
}

conn = pymysql.connect(CONFIG[‘host‘], CONFIG[‘user‘],CONFIG[‘pwd‘])

这样连接成功。

(20002, b'DB-Lib error message 20002, severity 9:\nAdaptive Server connection failed (127.0.0.1:3306)\n')

原文地址:https://www.cnblogs.com/lqerio/p/12180220.html

时间: 2024-12-08 11:46:24

(20002, b'DB-Lib error message 20002, severity 9:\nAdaptive Server connection failed (127.0.0.1:3306)\n')的相关文章

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)

(102, "Incorrect syntax near '-'.DB-Lib error message 102, severity 15:\nGen

python 调用MSSQL存储过程,运行时报错 sql="exec spname %s,%s"%(param1,param2) 这是错误的调用存储过程的语句,param1和param2两参数为str类型,作为参数传进去时要有引号 所以正确的是: sql="exec spname '%s','%s'"%(param1,param2) (102, "Incorrect syntax near '-'.DB-Lib error message 102, sev

android stack error message is Fail to start the plugin

E: 08-26 16:34:11.934: E/AliSDK(32236): 错误编码 = 1002208-26 16:34:11.934: E/AliSDK(32236): 错误消息 = SDK 组件 Qupaisdk 启动出错,错误消息为 [Qupaisdk], the android stack error message is Fail to start the plugin, which is caused by dalvik.system.PathClassLoader[DexPa

Nginx not running with no error message

Nginx not running with no error message #!/bin/shecho "start"rm /etc/nginx/sites-enabled/defaultln -s /primerbean/nginx_conf/healthbean_nginx.conf /etc/nginx/sites-enabled//etc/init.d/nginx startecho `service nginx status`echo `service apache2 s

{"error":"{\"error\":{\"message\":\"发送新鲜事超过配额。\",\"code\":\"forbidden.FEED_PUBLISH_QUOTA_LIMIT_REACH

今天做 人人的分享的时候遇到: "{"error":"{\"error\":{\"message\":\"发送新鲜事超过配\",\"code\":\"forbidden.FEED_PUBLISH_QUOTA_LIMIT_REACHEL\"}}","status":403}" 原因: 是因为 我的人人的账户:  两天只能  发送

Citrix 核心服务器报错Error: IMA Service Error Message -2147483647

ima服务不能启动的问题Error: IMA Service Error Message -214748364 http://support.citrix.com/article/CTX032712 可能是C:\Program Files\Citrix\Independent Management Architecture\ imalhc.mdb文件坏了,先删除这个文件.然后运行dsmaint recreatelhc重新创建这个文件.再重新启动机器或者服务,应该可以解决此问题. 日常要备份c:\

Oracle Error - "OCIEnvCreate failed with return code -1 but error message text was not available".

ISSUE: When trying to connect to an Oracle database you receive the following error: "OCIEnvCreate failed with return code -1 but error message text was not available" CAUSE: 以下两种情况之一是可能的原因: 1,你在 Windows 7 上使用不支持的版本的 Oracle 客户端 (超过 11.2). 2,从以前安

False 'Sharing Violation' Xcopy error message

今天想要将QC的新工具自动拷贝到p4 用户机器上使用,为了避免每次通知大家升级啊!!! 于是,我在程序里调用了bat文件,执行拷贝操作,想在默默的情况下替换更新新版本工具,结果我测试发现没能成功更新版本,于是去看log,发现拷贝exe文件的时候报错:Sharing Violation 网上查了很多资料,说的最多的是.拷贝权限问题~~~ 例如:  B -->A.  通常是A处目标不可写,或者B处文件不可读. 查了文件后发现不存在该问题. 当我手动执行bat文件,拷贝顺利进行~~~ 如此诡异~~~

ASP.NET Parser Error Message: Could not load type 'Web.Global'.

Server Error in '/myapp' Application. Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. P