gpt4 book ai didi

php - PDO异常 : SQLSTATE 01002 Adaptive Server connection failed (severity 9)

转载 作者:搜寻专家 更新时间:2023-10-31 21:52:05 26 4
gpt4 key购买 nike

我一直在关注 stackoverflow 上的一些答案。

我的数据库。 ini(位于/etc/odbc.ini)

[MSSQL]
Description = MS SQL Server
Driver = /usr/local/lib/libtdsodbc.so
Server = host.of.the.server
UID = myusername
PWD = mypassword
ReadOnly = No
Port = 1433
tds version = 8.0

我的 odbcinst.ini

[FreeTDS]
Description = FreeTDS driver
Driver = /usr/local/lib/libtdsodbc.so
Setup=/usr/lib/odbc/libtdsS.so
FileUsage = 1
UsageCount = 1

这两个文件一开始都是空的。我只是从其他线程复制答案。

我的 freetds.conf

# Global settings are overridden by those in a database
# server specific section
[global]
# TDS protocol version
; tds version = 8.0

# Whether to write a TDSDUMP file for diagnostic purposes
# (setting this to /tmp is insecure on a multi-user system)
; dump file = /tmp/freetds.log
; debug flags = 0xffff

# Command and connection timeouts
; timeout = 10
; connect timeout = 10

# If you get out-of-memory errors, it may mean that your client
# is trying to allocate a huge buffer for a TEXT field.
# Try setting 'text size' to a more reasonable limit
text size = 64512

# A typical Sybase server
[egServer50]
host = symachine.domain.com
port = 5000
tds version = 8.0

# A typical Microsoft server
[egServer70]
host = ntmachine.domain.com
port = 1433
tds version = 7.0

我正在使用 Laravel。现在,在我使用了

php artisan migrate 

我收到以下错误:PDOException:SQLSTATE 01002 Adaptive Server 连接失败(严重性 9)

stackoverflow 的一些回答:可能是 TDS 版本。

所以我使用了tsql -C

    Version: freetds v0.91
freetds.conf directory: /usr/local/etc
MS db-lib source compatibility: yes
Sybase binary compatibility: no
Thread safety: yes
iconv library: yes
TDS version: 5.0
iODBC: no
unixodbc: yes
SSPI "trusted" logins: no
Kerberos: no

我正在使用 Ubuntu 16

最佳答案

尝试将 TDS 版本更改为 7.0 或 8.0 并确保安装了以下软件包 -

php5-sybase 
php5-odbc

关于php - PDO异常 : SQLSTATE 01002 Adaptive Server connection failed (severity 9),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39902768/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com