Can you configure phpMyAdmin to localhost if so how
Thanks
You've got to set db host to localhost in config.inc.php file:
$cfg['Servers'][$i]['host'] = 'localhost'; // MySQL hostname or IP address
ive installed MySQL but how do i change the username and make databases.
Check the manual 🙂
thanks