Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter 4.2.1
#11

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
Reply


Messages In This Thread
CodeIgniter 4.2.1 - by MGatner - 06-16-2022, 07:52 AM
RE: CodeIgniter 4.2.1 - by luckmoshy - 06-16-2022, 12:14 PM
RE: CodeIgniter 4.2.1 - by kenjis - 06-16-2022, 02:07 PM
RE: CodeIgniter 4.2.1 - by luckmoshy - 06-16-2022, 09:46 PM
RE: CodeIgniter 4.2.1 - by kenjis - 06-16-2022, 10:51 PM
RE: CodeIgniter 4.2.1 - by dase230 - 06-16-2022, 06:31 PM
RE: CodeIgniter 4.2.1 - by atsanna - 06-17-2022, 02:35 AM
RE: CodeIgniter 4.2.1 - by manager - 06-16-2022, 10:46 PM
RE: CodeIgniter 4.2.1 - by InsiteFX - 06-16-2022, 11:43 PM
RE: CodeIgniter 4.2.1 - by tgix - 06-17-2022, 01:32 AM
RE: CodeIgniter 4.2.1 - by dase230 - 06-17-2022, 04:44 AM
RE: CodeIgniter 4.2.1 - by betti1965 - 06-27-2022, 02:46 AM
RE: CodeIgniter 4.2.1 - by jameslakes428 - 07-20-2022, 05:04 AM



Theme © iAndrew 2016 - Forum software by © MyBB