错误:SQL Server 的 Microsoft ODBC 驱动程序 17 - 未连接

错误:SQL Server 的 Microsoft ODBC 驱动程序 17 - 未连接
sqlcmd  -S 192.168.1.86\\SQLEXPRESS,1443 -U c -P e
Sqlcmd: Error: Microsoft ODBC Driver 17 for SQL Server : Login timeout expired.
Sqlcmd: Error: Microsoft ODBC Driver 17 for SQL Server : TCP Provider: Error code 0x2749.
Sqlcmd: Error: Microsoft ODBC Driver 17 for SQL Server : A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online..

SQLServer已经开放远程登录,但是我无法访问数据库...

Ubuntu 20.04 适用于 20.04/php 7.4 的 Microsoft ODBC 驱动程序

我安装了 mssql-server 但无法连接到它,

qlcmd  -S localhost -U andrew -P Let1Me2In
Sqlcmd: Error: Microsoft ODBC Driver 17 for SQL Server : Login failed for user 'andrew'..

相关内容