Login screen phpMyAdmin

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
visionmaster
Forum Contributor
Posts: 139
Joined: Wed Jul 14, 2004 4:06 am

Login screen phpMyAdmin

Post by visionmaster »

Hello,

Opening up phpMyAdmin goes directly to the page displaying the databases, the fitst Login window is skipped. What do I have to edit in config.inc.php that the Login screen is shown?

Willkommen bei phpMyAdmin 2.5.7-pl1 - Login

Benutzername:
Kennwort:

Thanks!
Breckenridge
Forum Commoner
Posts: 62
Joined: Thu Sep 09, 2004 11:10 pm
Location: Breckenridge, Colorado

Post by Breckenridge »

edit your onfig.inc.php as such:

look for the line

Code: Select all

$cfgї'Servers']ї$i]ї'auth_type']     = 'config';    // Authentication method (config, http or cookie based)?
change the 'config' to 'http' or 'cookie' and you will get a login popup window with http and a login screen with 'cookie' setting.
Post Reply