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

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -