CodeIgniter 4.2.1 |
I connected up to version 4.1.9 in the following way
public $local = [ 'DSN' => '', 'hostname' => '112.6.50.32\SQLEXPRESS', 'username' => '2323', 'password' => '234', 'database' => 'P', 'DBDriver' => 'sqlsrv', 'DBPrefix' => '', 'pConnect' => false, 'DBDebug' => (ENVIRONMENT !== 'production'), 'charset' => 'utf8', 'DBCollat' => 'utf8_general_ci', 'swapPre' => '', 'encrypt' => false, 'compress' => false, 'strictOn' => false, 'failover' => [], 'port' => 1433, ]; the data with user and password are changed for security but with the true data I connected like this and it worked now it tells me what tcp connection error i reject this connection
Hello everyone!
I just signed up because I am looking for help for a product already made with Codeigniter v3 The goal is to upgrade to version 4
|
Welcome Guest, Not a member yet? Register Sign In |