mysql远程命令连接

 
#mysql -h 服务器地址 -P 端口 -u账号 -p密码
mysql -h 192.168.1.110 -P 3306 -uroot -proot
原文地址:https://www.cnblogs.com/linkmust/p/11433927.html