Jump to content

PhpMyAdmin Login?


DaVuLf

Recommended Posts

You;ll want look for the config.inc.php file in the root of the phpMyAdmin folder and look for the following:
[code]$cfg['Servers'][$i]['auth_type']    = 'config';[/code]

Change conf to http. Now goto access phpMyAdmin again. You should now get a promt requesting authentication.

If you cannot find config.inc.php. Goto libaries and find config.defualt.php, copy that to the root of the phpmyadmin folder and rename that file to config.inc.php, now follow the instructions above.
Link to comment
https://forums.phpfreaks.com/topic/19274-phpmyadmin-login/#findComment-83588
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.