This problem is getting very annoying for i don't know if its my sql or not. But its getting very annoying.
On the second step it always fails to connect to my database. No matter what i have done.
Im using zteam s8 e2 files and using sql 2008 r2
And yes before you ask. I have changed ODBC to MSSQL.Code:/*-------------------------------------*\| MUCore SQL Connection Type: | | | | MSSQL : Connect using mssql_conect() | | ODBC : Connect using odbc | \*-------------------------------------*/ $core['connection_type'] = "ODBC"; ######################################### /*--------------------------------------------------*\ | 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'] = "CHAOS-PC\SQLEXPRESS"; $core['db_name'] = "MuOnline"; $core['db_user']= "sa"; $core['db_password'] = "SQL-Pass"; ######################################################
and yes i edit the sql password before you say that.
I done all that. But i always get failed to connect to database.
I used xampp 1.7.1 and xampp 1.7.7 i get both same errors on xampp 1.7.7 when i run debug and it says missing extension for mssql.
on xampp 1.71 it says failed to connect to sa if anyone can help that would be nice.
Yes i have turn my firewall off and allowed port 1433 as well.
I have notice my mumaker dont work either it gives me a error as well: Named Pipes Provider Errors :40 Could Not Open A Connection To Sql Server...
Thanks To Anyone Who Helps,![]()




