3306 - Mysql

mysql -u <user> -p<password> -h <FQDN/IP> 	Login to the MySQL server.
mysql -h 10.10.10.239

Last updated