InterviewSolution
Saved Bookmarks
| 1. |
What is the default port for MySQL and how it can change? |
|
Answer» The default port is 3306. We can CHANGE it in /etc/MySQL/my.conf there is a port variable. We can UPDATE this port ACCORDING to our NEED |
|