akses ditolak server mysql xampp

$cfg['Servers'][$i]['host'] = 'localhost';
and change it to
$cfg['Servers'][$i]['host'] = 'localhost:3307';
Xenophobic Xenomorph