
How to change the MySQL port no in windows.

Hi,
Open the my.ini file present in the MySQL server installation directory. Change the port number to desired port number.
By default port no entry will look like:
port=3306
You can change the value of port to the desired port number.
After making change in my.ini file save the file and then restart mysql server.
Thanks
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.