コントロールパネルから データベースを設定できます
phpmyadmin の config.inc.php を修正します
$cfg['PmaAbsoluteUri'] = 'http://sen-it.net/log/phpmyadmin/';
$cfg['Servers'][$i]['password'] = '*************'; // MySQL password (only needed
// with 'config' auth_type)
データベースを2つ以上設置する場合
(広告免除サービスを受けていることが条件ですが)
$cfg['Servers'][$i]['user'] = 'user名_2';
$cfg['Servers'][$i]['password'] = '*********';
$cfg['Servers'][$i]['only_db'] = 'user名_2';