How to Set up Auto Login to PHPMyAdmin
Â
 This article covers how to setup Auto Login to PHPMyAdmin.
Change the following variable to “trueâ€:
 Â
$ grep -i allow /usr/local/cpanel/base/3rdparty/phpMyAdmin/config.inc.php
$cfg['Servers'][$i]['AllowNoPassword'] = false;