
Originally Posted by
Razamastazhe
Tried to install mucore website, unfortunately I have this error, what seems to be the problem ?

SQLServer IP, web same host maybe use 127.0.0.1
Code:
//$core['connection_type'] = "ODBC";
$core['connection_type'] = "MSSQL";
#########################################
/*--------------------------------------------------*\
| MuOnline Database Connection Settings |
| |
| $core['db_host'] : Database host address |
| $core['db_name'] : Database name |
| $core['db_use'] : SQL Authentication user |
| $core['db_password'] : SQL Authentication password |
\*--------------------------------------------------*/
$core['db_host'] = "127.0.0.1";
$core['db_name'] = "MuOnline";
$core['db_user']= "sa";
$core['db_password'] = "YourSqlPassword";