I IronHayt Lazy Fuck Jul 31, 2007 9 0 0 www.coolcrazystuff.com Aug 11, 2007 #1 :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!
: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!
Anon7 New member May 23, 2007 27 1 0 www.amazingcloaker.com Aug 12, 2007 #2 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';
I IronHayt Lazy Fuck Jul 31, 2007 9 0 0 www.coolcrazystuff.com Aug 13, 2007 #3 Tnx Man .....find better answer but still tnx 4 Post!
C che1959 Member Apr 2, 2007 254 2 18 www.ax697.org Aug 13, 2007 #4 The user name should be root with no password, at least that's the way MySQl comes shipped.
D dunsh Banned Aug 15, 2007 5 0 0 Aug 16, 2007 #5 Anon7 said: 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'; Click to expand... good idea.
Anon7 said: 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'; Click to expand... good idea.