If your MySQL server is running on a port other than the default 3306, you must explicitly tell phpMyAdmin which port to use in the configuration file (config.inc.php).
Path: C:\xampp\phpMyAdmin\config.inc.php
Add the port that you're using for MySql
$cfg['Servers'][$i]['port'] = '81';