How to change the port number in Xampp mysql
===========================================
a. open notepad++ as an admin
b. open below files
1) xampp/properties.ini
2) xampp/mysql/bin/my.ini
3) xampp/php/php.ini
c. current port is 3306. change to 3308 find and replace
d. we are done now. start the apache and mysql again
working fine !!!