InterviewSolution
Saved Bookmarks
| 1. |
What is the default port for the MySQL server? |
|
Answer» The MySQL client, MySQL CONNECTORS, and utilities like mysqldump and mysqlpump all use PORT 3306 as the default port for the old MySQL PROTOCOL (port). |
|