xampp error connection for controluser as defined in your configuration failed
- By smartz
- 5 May 2019
- xampp
We will more than happy to assist you regarding the any Xampp and Wamp problem.SmartzITSolutions company always providing best solutions
xampp error connection for controluser as defined in your configuration failed
you can open the xampp then open the phpmyadmin/config.inc.php file
and find the $cfg[‘Servers’][$i][‘controluser’] = ‘$pma’;
then replace to that
$cfg[‘Servers’][$i][‘controluser’] = ‘$root’;
save
you can enjoy slove the problem
Thanks