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
任何关于如何解决这一问题的建议?
事先感谢你的帮助!