[ Kusur @ 22.12.2003. 09:57 ] @
Pozdrav svima

Koristim PhpMyAdmin na svom računaru u lokalnoj mreži (intranet).

Pokušao sam da "editujem" fajl "config.inc.php" koji se nalazi u PhPMyAdmin folderu, da bih omogućio "logovanje" tj. onemogućio ostale korisnike da pristupaju PhpMyAdmin-u.

U dokumentaciji piše:

It is recommended that you protect the directory in which you installed phpMyAdmin (unless it's on a closed intranet, or you wish to use advanced authentication), for example with HTTP-AUTH (in a .htaccess file). See the FAQ section for additional information.

Open the file <www.your-host.com>/<your-install-dir>/index.php3 in your browser. phpMyAdmin should now display a welcome screen and your databases, or a login dialog if using advanced authentication.

Ali nisam uspeo

Kako da "nateram" PhpMyAdmin da "nudi" logovanje

Unapred Hvala
[ noviKorisnik @ 22.12.2003. 10:27 ] @
$cfg['Servers'][$i]['auth_type'] = 'http'; // Authentication method (config, http or cookie based)?
[ caiser @ 22.12.2003. 10:28 ] @
Citat:
Kusur:
for example with HTTP-AUTH (in a .htaccess file).


Should i say more? :)