Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Help] MuCore 2.2.0 Connection Problem

Newbie Spellweaver
Joined
Oct 20, 2015
Messages
44
Reaction score
3
I have this problem installing on step 2 in mucore 2.2

marcmarccc - [Help] MuCore 2.2.0 Connection Problem - RaGEZONE Forums


allready edited here and all ok. Someone can help me? :*:

marcmarccc - [Help] MuCore 2.2.0 Connection Problem - RaGEZONE Forums
 
Junior Spellweaver
Joined
Oct 23, 2014
Messages
131
Reaction score
23
I have this problem installing on step 2 in mucore 2.2

marcmarccc - [Help] MuCore 2.2.0 Connection Problem - RaGEZONE Forums


allready edited here and all ok. Someone can help me? :*:

marcmarccc - [Help] MuCore 2.2.0 Connection Problem - RaGEZONE Forums
Use pdo connection .

Dont edit the config.php . Just extract the files on htdocs and visit your ip address

 
Upvote 0
Junior Spellweaver
Joined
Oct 23, 2014
Messages
131
Reaction score
23
To fix all your problems
Use this version of xampp it include php5.6 with pdo connection fix :

Password : tuservermu.com.ve
 
Upvote 0
Newbie Spellweaver
Joined
Oct 20, 2015
Messages
44
Reaction score
3
I tried all connections and nothing sql pipes and tpc on

tried php_pdo_sqlsrv_x86 and x64 in the php.ini still nothing

To fix all your problems
Use this version of xampp it include php5.6 with pdo connection fix :

Password : tuservermu.com.ve
I would like to some my problem not create another one.

http://forum.ragezone.com/f197/release-mucore-2-2-0-a-1148754/

Mucore 2.2 work in the last xamp version. Thanks anyways
 
Last edited:
Upvote 0
Custom Title Activated
Loyal Member
Joined
Aug 30, 2011
Messages
2,969
Reaction score
1,003
Jacubb Solution

Code:
$core['connection_type'] = "MSSQL"; 

$core['db_host'] = "PcNameHere\SqlInstanceNameHere";  <<Get This From SQL 2008 View Image Here: https://i.imgur.com/3HmMn5o.jpg
        
$core['db_name'] = "MuOnline";     
      
$core['db_user']= "sa"; 

$core['db_password'] = "YourPassHere";

Give us some more information...

What xampp version are you using?
What SQL are you using?
 
Upvote 0
Back
Top