set root password in phpmyadmin

xampp/phpmyadmin/config.inc.php

$cfg[‘Servers’][$i][‘user’] = ‘root’;
$cfg[‘Servers’][$i][‘password’] = ‘123456‘;