Password på database ?

Tags:    databaser

Heeeej Udviklere !

Jeg har linux, med XAMPP. Men hvordan sætter man password på sin PHPMYADMIN ?.. Har prøvet at søge min frem til det på nettet, men kunne ikke finde noget omkring det?..

Det er meeeeget mystisk :D..

Ved i hvordan ?



Heej !

Har fundet ud af det !

Til andre!

Gå til din phpmyadmin, åbn config.inc.php mappen, og der står password et sted.. ret passwordet der..

Der er muligvis adgang nægtet, så skriv:

sudo chown DIN_BRUGER /opt/lampp/phpmyadmin

;-)






Jeg fandt det her til dig også:

In phpMyAdmin's config file you need to change the following values

$cfg['Servers'][$i]['user']
$cfg['Servers'][$i]['passwd']

Before you do that though, look at the value for

$cfg['Servers'][$i]['auth_type'].

If it's "config", then go ahead and change the username and password to whatever you want.
If it's "cookie" or "http", then you need to create a new MySQL user account before you change those values.

HTH



Indlæg senest redigeret d. 21.03.2008 21:13 af Bruger #10448
t