Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

Set up SQl 2005.

Newbie Spellweaver
Joined
Mar 16, 2009
Messages
71
Reaction score
0
Location
Maldives
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:
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.
 
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!
 
after setup sql 2005, u must install SQL Server Management Studio Express to attach file...
step 8 using SQL Server Management Studio Express...
 
Back