mysql -u root
mysql> SHOW GLOBAL VARIABLES LIKE 'PORT';
# Default port is 3306 for MySQL
#mysql default port
3306
The default port for MySQL server is 3306
Client - Server Connection Ports
Port 3306 is the default port for the classic MySQL protocol