Explain how to run MySQL Server on a different PortBy default, MySQL will listen at port number 3306 for any client connections. This can be changed by starting the server with "--port=portNumber" option.
If the MySQL server is listening on port number other than 3306, "--port=portNumber" option to any client program that needs to connect to the server.
|