You can specify the mysql to get start on another port.
Go to xampp>phpMyAdmin Directory.
xampp>phpMyAdmin
Find the config.inc.php file.
config.inc.php
Now change this line:
$cfg['Servers'][$i]['host'] = '127.0.0.1';
To
$cfg['Servers'][$i]['host'] = '127.0.0.1:3307';