phpmyadmin login

andehlu

this modern love
Hi there,
Do any of you know whats involved to recode the phpmyadmin login from the mysql user to use a hardcoded user and pass? I have a bit of experience with php_auth()....
Thanks
 
andehlu,
You should be able to hard code the log in in the config.inc.php file
$cfg['Servers'][$i]['user']
$cfg['Servers'][$i]['password']

G.
 
Back
Top