mysql default port code example
Example 1: mysql default port
mysql -u root
mysql> SHOW GLOBAL VARIABLES LIKE 'PORT';
# Default port is 3306 for MySQL
Example 2: What is the default port for MySQL server?
The default port for MySQL server is 3306
Example 3: mysql default port number
Client - Server Connection Ports
Port 3306 is the default port for the classic MySQL protocol