How To???Need Help!

Status
Not open for further replies.

IronHayt

Lazy Fuck
Jul 31, 2007
9
0
0
www.coolcrazystuff.com
:anon.sml:Can someone tell me how can i find out my database info...like MySQL username and password in WAMP5? need that info to run my test WordPress blog on localhost! Plz some help here!
 


I think you can find your password in the phpMyAdmin/config.inc.php folder.
Around line 68 you'll see something like this:

$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'your_password';
 
I think you can find your password in the phpMyAdmin/config.inc.php folder.
Around line 68 you'll see something like this:

$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'your_password';

good idea.
 
Status
Not open for further replies.