2.4k questions

2.4k answers

99.5k users

Categories

0 votes
78 views

Is 3306 the only port that can be used with MySQL?
in General by (95.8k points)

1 Answer

0 votes

Can MySQL use port 3307?

MySQL (or most/all other processes) can listen on just about any port (0-65535) though ports below 1024 are privileged and require special permissions (usually root/admin). There is no difference in port 3306, 3307 or 8279 for that matter other than that 3306 is the default port for MySQL (google)

There are more ports, search Google.

by (95.8k points)
...