Jump to content

WAMP PHPMYADMIN


jkewlo

Recommended Posts

You have to go to wamp/apps/phpmyadmin2.10.1

and open config.inc.php

look for:

$cfg['Servers'][$i]['user'] = 'root';

$cfg['Servers'][$i]['password'] = 'password';

 

Change the root and password (your's may be different, but should be able to find it by just typing in 'user') to = '';

Link to comment
https://forums.phpfreaks.com/topic/97905-wamp-phpmyadmin/#findComment-503647
Share on other sites

You have to go to wamp/apps/phpmyadmin2.10.1

and open config.inc.php

look for:

$cfg['Servers'][$i]['user'] = 'root';

$cfg['Servers'][$i]['password'] = 'password';

 

Change the root and password (your's may be different, but should be able to find it by just typing in 'user') to = '';

This is a server configuration issue not a phpMyAdmin configuration issue.

Link to comment
https://forums.phpfreaks.com/topic/97905-wamp-phpmyadmin/#findComment-503652
Share on other sites

You have to go to wamp/apps/phpmyadmin2.10.1

and open config.inc.php

look for:

$cfg['Servers'][$i]['user'] = 'root';

$cfg['Servers'][$i]['password'] = 'password';

 

Change the root and password (your's may be different, but should be able to find it by just typing in 'user') to = '';

This is a server configuration issue not a phpMyAdmin configuration issue.

 

I had the same issue with wamp2 on my computer and I changed it to blank and fixed it. It's not allowing the user to enter the phpmyadmin area.

Link to comment
https://forums.phpfreaks.com/topic/97905-wamp-phpmyadmin/#findComment-503653
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.