mysql -uroot -p123456 -h192.168.1.10 -P3306 -Dmysql_test
mysql -u用户名 -p密码 -h远程数据库IP地址 -P端口 -D数据库名