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..
2 -step:
choose install all components(look at pic)
and then click next
3 -step:
now choose default instance and click next
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..
5-step
now select mixed mode
and put this password(i dunno if work with another pass)
if you did that click next..
6-step
now choose your Language and click case sensitive
then click next
7-step
choose both and then click next.
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
that is your db name
$username = 'sa';
$password = 'the same password at step 5';
Hope i helped.
Credits to: BlackStarFTW
1 -step:
put youname and company name,then "uncheck hide advanced setup"
next..
2 -step:
choose install all components(look at pic)
and then click next
3 -step:
now choose default instance and click next
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..
5-step
now select mixed mode
and put this password(i dunno if work with another pass)
Code:
Y87dc#$98
6-step
now choose your Language and click case sensitive
then click next
7-step
choose both and then click next.
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
that is your db name
$username = 'sa';
$password = 'the same password at step 5';
Hope i helped.
Credits to: BlackStarFTW
Last edited: