Thursday, August 11, 2011

Login Automagicly to phpMyAdmin 3.4

Change the config.inc.php file...

$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'YOUR USER';
$cfg['Servers'][$i]['password'] = 'YOUR PASSWORD';

No comments:

Post a Comment