What is the significance of port 10061?

Responsive Ad Header

Question

Grade: Education Subject: Support
What is the significance of port 10061?
Asked by:
39 Viewed 39 Answers

Answer (39)

Best Answer
(258)
Port 10061 is the default port that MySQL listens on for client connections. If you've changed this port in your MySQL configuration, you'll need to specify the correct port when connecting to the server (e.g., `mysql -u your_user -p -h localhost -P 10061`).