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
Post a Comment