I just uninstalled MySQL server, restarted my laptop and reinstalled MySQL server on Windows 8.1.
When I tried to configure it, it said "Port 3306 is already in use" (or something). I know I can use another port number, but I wanted to know how to set 3306 port free and use it.
Actually the port should not be in use anymore.
Did you try out who uses that port? try netstat -ao. Will return you a list of opened ports plus the process id of the program that uses that. You can check which program it is in Task Manager.