I stopped the MySQL Service in Windows from TaskManager Option.
And then, I opend and Choosed the port number in "my-default.ini". like following (C:\Program Files\MySQL\MySQL Server 5.6\my-default.ini)
[mysqld]
port = 33062
Saved It.
Then I stated the service 'MySql' from the 'TaskManager'.
I checked the port number from 'mysql command' prompt. but port number is not changed to 33062. Instead of that default port number is there in the 'my.ini' file. Please show the way to change it.