[Help] Connection with SQL Server failed! Error #119

engelesmu

New Member
Joined
Dec 11, 2010
Messages
4
Reaction score
0
sorry mi state is czech republic
ok ok go problem my problem is Connection with SQL Server failed! Error #119

3 times I reinstall SQL 2000 is the password is correct and yet not :( help me
 
sorry mi state is czech republic
ok ok go problem my problem is Connection with SQL Server failed! Error #119

3 times I reinstall SQL 2000 is the password is correct and yet not :( help me

The problem is not in the SQL. Are you sure that you write the sql password and etc. in the config files?
 
If you are using your global for web installation put 127.0.0.1 :)
Sorry for my bad English :S
 
make MuOnline,Ranking in enterprise manager and then try..
 
correct you pwd!
Go to `Enterprise Manager` -/> `Microsoft SQL Servers` -/> `SQL Server Group` -/> `(local) (Windows NT)` -/> "Securety" =/> 'Logins' => [Select "sa" or that evert username you use! => `Right Click` => `Properties` -/> "Password" -[and enter the new one]!
Code:
$db = &ADONewConnection('mssql');
$connect_mssql = $db->Connect($muweb['dbhost'],$muweb['dbuser'],$muweb['dbpassword'],$muweb['database']);
if (!$connect_mssql) die("<img src=images/warning.gif> [b]Connection with SQL Server failed! Error #119[/b]");
}
 
Last edited: