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!

[Release] MvCore Free Version

Junior Spellweaver
Joined
Feb 6, 2013
Messages
104
Reaction score
44
sql.php not create :glare: how its fix ?

This might be your windows issue, use host ( windows server os ) or create file manualy ( put in sql.php this..

"
Code:
<?php
$mvcore['db_host'] = "127.0.0.1";
$mvcore['db_name'] = "MuOnline";
$mvcore['medb_name'] = "";
$mvcore['db_user'] = "sa";
$mvcore['db_pass'] = "Password";
?>
"

)
 
Newbie Spellweaver
Joined
Oct 21, 2010
Messages
28
Reaction score
0
This might be your windows issue, use host ( windows server os ) or create file manualy ( put in sql.php this..

"
Code:
<?php
$mvcore['db_host'] = "127.0.0.1";
$mvcore['db_name'] = "MuOnline";
$mvcore['medb_name'] = "";
$mvcore['db_user'] = "sa";
$mvcore['db_pass'] = "Password";
?>
"

)

I'm use vds windows server 2012 r2 with all updates
 
Newbie Spellweaver
Joined
Oct 28, 2006
Messages
79
Reaction score
0
Cannot Connect To Database.
Possible Reasons:
1) Incorrect SQL Data In Config file.
2) Named Piped Has Not Been Enable.
2) Database Has Not Been Made Or Restored
Help
 
Junior Spellweaver
Joined
Feb 6, 2013
Messages
104
Reaction score
44
I'm use vds windows server 2012 r2 with all updates

Its your windows, you need to check and solve the problem :) website for me on win srv 2012 r2, win srv 2008 r2, win 10, win 8.1 works, also file create permissions are included in codes, once you have solved it pm the reason!



Cannot Connect To Database.
Possible Reasons:
1) Incorrect SQL Data In Config file.
2) Named Piped Has Not Been Enable.
2) Database Has Not Been Made Or Restored
Help

if 1 2 and 3 are OK then check your windows host file ( make sure its empty OR contains "127.0.0.1 localhost" )
 
Newbie Spellweaver
Joined
Jul 3, 2009
Messages
76
Reaction score
7
Everything works perfect.
Only some modules are not available in this version, but thanks anyway!
fabilus - [Release] MvCore Free Version - RaGEZONE Forums
 
Junior Spellweaver
Joined
Dec 27, 2015
Messages
101
Reaction score
3
After install I had to create file 'sql.php' not created automatically.
/admincp not work! The of you working?


Work! I added an admin and I logged with him and went into 'ADMIN cPanel'.
 
Last edited:
Newbie Spellweaver
Joined
Jul 3, 2009
Messages
76
Reaction score
7
After install I had to create file 'sql.php' not created automatically.
/admincp not work! The of you working?


Work! I added an admin and I logged with him and went into 'ADMIN cPanel'.

Add AdminCP manually from database.
 
Junior Spellweaver
Joined
Feb 6, 2013
Messages
104
Reaction score
44
Add AdminCP manually from database.

Thats if you choose not to create admin account when install website :)

Also "Character Manage" in AdminCP is in Full Version only ( somehow forgot to add text info for that sorry )



After install I had to create file 'sql.php' not created automatically.
/admincp not work! The of you working?


Work! I added an admin and I logged with him and went into 'ADMIN cPanel'.

Inform me if you have problem with NEWS create, the news is based on file create so there also might be problem.
 
Junior Spellweaver
Joined
Dec 27, 2015
Messages
101
Reaction score
3
Thats if you choose not to create admin account when install website :)

Also "Character Manage" in AdminCP is in Full Version only ( somehow forgot to add text info for that sorry )





Inform me if you have problem with NEWS create, the news is based on file create so there also might be problem.
I will check and tell you.

 
Junior Spellweaver
Joined
Feb 6, 2013
Messages
104
Reaction score
44
Free version updated to v1.15.5
Included important security update related to Lost Password.
 
Back
Top