命令行访问远程mysql数据库 2026/8/13 18:05:29 拓冰建站 浏览量 mysql -uroot -p123456 -h192.168.1.10 -P3306 -Dmysql_test mysql -u用户名 -p密码 -h远程数据库IP地址 -P端口 -D数据库名