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!

Set up SQl 2005.

Newbie Spellweaver
Joined
Mar 16, 2009
Messages
74
Reaction score
0
Since so many peoples are having problems with fixing up the SQL 2005, so i write this guide for them..

1 -step:
put youname and company name,then "uncheck hide advanced setup"
next..
vinte - Set up SQl 2005. - RaGEZONE Forums

2 -step:
choose install all components(look at pic)
and then click next
vinte - Set up SQl 2005. - RaGEZONE Forums

3 -step:
now choose default instance and click next
vinte - Set up SQl 2005. - RaGEZONE Forums

4 -step:
this is the most important step so do it right
first choose use the build in system account and then select local system
now go down and select SQl Server and Sql BROWSER(look at pic)
if you did all click next..
vinte - Set up SQl 2005. - RaGEZONE Forums

5-step
now select mixed mode
and put this password(i dunno if work with another pass)
Code:
Y87dc#$98
if you did that click next..
vinte - Set up SQl 2005. - RaGEZONE Forums

6-step
now choose your Language and click case sensitive
then click next
vinte - Set up SQl 2005. - RaGEZONE Forums

7-step
choose both and then click next.
vinte - Set up SQl 2005. - RaGEZONE Forums

Up to here, the SQL 2005 setting is finshed. Go next next and finish the installation.

now is time to confg. your site (ToPCP)

$host = 'yourdbname'; // if you dont knowyour db name, open your management studio and look at this
vinte - Set up SQl 2005. - RaGEZONE Forums

that is your db name

$username = 'sa';
$password = 'the same password at step 5';
vinte - Set up SQl 2005. - RaGEZONE Forums


Hope i helped.
Credits to: BlackStarFTW
 
Last edited:
Newbie Spellweaver
Joined
Mar 16, 2009
Messages
74
Reaction score
0
From the step 7, the SQL setting is finished. now go next next and finish the installation. the other step after the 7th step is the webpage for your server settup. so you don't hav to worry about that step. No need to continue after the 7th step if you don't want.
 
Newbie Spellweaver
Joined
Oct 24, 2008
Messages
9
Reaction score
0
but where's the database setup pls show coz i dun get it...icant attach the sql .mdf files of account and gameserver files xD!
 
Newbie Spellweaver
Joined
Jan 21, 2009
Messages
16
Reaction score
0
after setup sql 2005, u must install SQL Server Management Studio Express to attach file...
step 8 using SQL Server Management Studio Express...
 
Back
Top