English 中文(简体)
在《国际守则》中工作的服务器4.8,但《国际守则》中出现错误。
原标题:SQL Server working in CodeIgniter 4.1.8 but errors out in CodeIgniter 4.4.5

I just download the latest version of CodeIgniter 4.4.5. I m using the same code on a working application using CodeIgniter ver. 4.1.8. I m getting the following error:

CodeIgniterDatabaseExceptionsDatabaseException

Unable to connect to the database.
Main connection [sqlsrv]: [Microsoft][ODBC Driver 17 for SQL Server]TCP Provider: The wait operation timed out.
SQLSTATE: 08001, code: 258
[Microsoft][ODBC Driver 17 for SQL Server]Login timeout expired SQLSTATE: HYT00, code: 0
[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. SQLSTATE: 08001, code: 258

任何关于如何解决这一问题的建议?

事先感谢你的帮助!

问题回答




相关问题
Export tables from SQL Server to be imported to Oracle 10g

I m trying to export some tables from SQL Server 2005 and then create those tables and populate them in Oracle. I have about 10 tables, varying from 4 columns up to 25. I m not using any constraints/...

SQL server: Can NT accounts be mapped to SQL server accounts

In our database we have an SQL server account that has the correct roles to access some of the databases. We are now switching to windows authentication and I was wondering if we can create a NT user ...

SQL Server 2000, ADO 2.8, VB6

How to determine if a Transaction is active i.e. before issuing Begin Transaction I want to ensure that no previous transaction are open.. the platform is VB6, MS-SQL Server 2000 and ADO 2.8

热门标签