命令行访问远程mysql数据库 天天代码码天天 2023-06-05 39 阅读1分钟 mysql -uroot -p123456 -h192.168.1.10 -P3306 -Dmysql_test mysql -u用户名 -p密码 -h远程数据库IP地址 -P端口 -D数据库名