mysql 登录远程数据库

mysql -h${hostIP} -P${hostPort} -u${userName} -p${passwd}

原文地址:https://www.cnblogs.com/suanec/p/7200315.html