• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

MuCore Database Problem

Status
Not open for further replies.
Newbie Spellweaver
Joined
Mar 27, 2016
Messages
28
Reaction score
0
Tried to install mucore website, unfortunately I have this error, what seems to be the problem ?
IQN58S7 - MuCore Database Problem - RaGEZONE Forums


LC3aI5E - MuCore Database Problem - RaGEZONE Forums
 
Experienced Elementalist
Joined
Aug 14, 2014
Messages
203
Reaction score
176
Tried to install mucore website, unfortunately I have this error, what seems to be the problem ?
IQN58S7 - MuCore Database Problem - RaGEZONE Forums


LC3aI5E - MuCore Database Problem - RaGEZONE Forums

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";
 
Upvote 0
Newbie Spellweaver
Joined
Mar 27, 2016
Messages
28
Reaction score
0
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";

Thank you for your response, I was able to install the website, what I did was instead of MSSQL i changed it to ODBC.
 
Upvote 0
Status
Not open for further replies.
Back
Top