Localhost phpMyAdmin Username Password Log In Disable
Posted by: Mark98272 (---.hsd1.wa.comcast.net)
Date: January 12, 2014 01:25PM

How can I disable the password log in at localhost phpMyAdmin? I do not need to be asked for the log in every time on my home computer.

Thank You! Here is the process I used...

open: c:/wamp/apps/phpmyadmin4.0.4/config.inc.php

change: $cfg['Servers'][$i]['auth_type'] = 'cookie'; TO $cfg['Servers'][$i]['auth_type'] = 'config';

add: $cfg['Servers'][$i]['user'] = 'root';
add: $cfg['Servers'][$i]['password'] = '(my password)';

cleared browser cache... Success!



Edited 3 time(s). Last edit at 01/12/2014 02:31PM by Mark98272.

Options: ReplyQuote
Re: Localhost phpMyAdmin Username Password Log In Disable
Posted by: stevenmartin99 (Moderator)
Date: January 12, 2014 01:49PM

If wampserver is "online" then it's a safety measure incase incorrect permissions were set up. There is no password set, it's just ready to set.

To disable to , open c:/wamp/apps/phpmyadmin/config.inc.php

Change the auth value from "Cookie" or"Http" to "config"

And add the username root to te username value

Save , and clear browser cache

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote


Sorry, only registered users may post in this forum.