[Help] webserver+sql

Status
Not open for further replies.
Newbie Spellweaver
Joined
Aug 15, 2006
Messages
13
Reaction score
0
erm take a look at this

i dont know whats the problem but i already follows akai's guide fully, i can run my server but sql cant connect to the phps for the registration page and other php links. plz help
 
i already config it properly...and it still didint worl.... =.= i already tired everything that is connected to the config..


// Database
$cms['db']['host'] = 'localhost'; // Database Host
$cms['db']['user'] = 'root'; // Database User
$cms['db']['pass'] = '*******'; // Database Pass
$cms['db']['name'] = 'roseon'; // Database Name

my config look like this? issnt it correct??
 
=.= everybody know sql wont show ur real password... not helping...
plz.. some1 who has knoledge in what that is happening plz help me..
 
Code:
// Database
$cms['db']['host'] = 'localhost'; // Database Host
$cms['db']['user'] = 'root'; // Database User
$cms['db']['pass'] = '*******'; // Database Pass
$cms['db']['name'] = 'roseon'; // Database Name

I hope that you don't have your password set as ******* <.<

// Database
$cms['db']['host'] = 'localhost'; // Database Host
$cms['db']['user'] = 'root'; // Database User
$cms['db']['pass'] = 'your_password_here'; // Database Pass
$cms['db']['name'] = 'roseon'; // Database Name

I hope you actually have a real password there <.<
 
Status
Not open for further replies.
Back