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

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

java - Getting corefrences with Standard corenlp package -

jQuery clickable div with working mailto link inside -