auf meinem kleinen Home-Server habe ich PHP, MySQL und PHPMyAdmin installiert + Konfiguriert.
Soweit funktioniert auch alles. Das Problem welches ich habe ist, wenn ich meine PHPMyAdmin oberfläche aufrufe würde ich gerne einen Benutzernamen und Kennwort eingeben bevor die eigentliche oberfläche von PHPMyAdmin erscheint. Wie realisiere ich das?
Hier ist meine "Config.cfg.php"
<?php /* * Generated configuration file * Generated by: phpMyAdmin 2.8.1 setup script by Michal Čihař <[email protected]> * Version: $Id: setup.php,v 1.23.2.8.2.2 2006/05/15 07:57:09 nijel Exp $ * Date: Sun, 28 May 2006 13:29:37 GMT */ /* Servers configuration */ $i = 0; /* Server localhost (config:Administrator) [1] */ $i++; $cfg['Servers'][$i]['host'] = 'localhost'; $cfg['Servers'][$i]['extension'] = 'mysql'; $cfg['Servers'][$i]['port'] = '3306'; $cfg['Servers'][$i]['connect_type'] = 'tcp'; $cfg['Servers'][$i]['compress'] = false; $cfg['Servers'][$i]['controluser'] = 'xxx'; $cfg['Servers'][$i]['controlpass'] = 'xxx'; $cfg['Servers'][$i]['auth_type'] = 'config'; $cfg['Servers'][$i]['user'] = 'xxx'; $cfg['Servers'][$i]['password'] = 'xxx'; /* End of servers configuration */ $cfg['ForceSSL'] = true; $cfg['ShowPhpInfo'] = true; $cfg['ShowChgPassword'] = false; $cfg['AllowArbitraryServer'] = false; $cfg['LoginCookieRecall'] = 'something'; $cfg['LoginCookieValidity'] = 1800; ?>
Danke und Gruß Markus

Hilfe
Neues Thema
Antworten


Nach oben




