php - Setting Password for phpMyAdmin -


i using rhel 5 , php 5 mysql 5. server configured , running applications smoothly. accessing mysql root , password 'anitha123'. when accessing phpmyadmin through browser, not asking password. please tell me how can set prompting username ans password. since not familiar php mysql please tell me how in simple way.

find phpmyadmin.conf , set auth type http

/* authentication type */   $cfg['servers'][$i]['auth_type'] = 'http';   

Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -