cmd命令行访问远程mysql数据库时间:2022-09-20 07:52:05mysql -uhello -pworld -h192.168.1.88 -P3306 -Dmysql_oa mysql -u用户名 -p密码 -h远程数据库IP地址 -P端口 -D数据库名