cmd命令行访问远程mysql数据库

mysql -uhello -pworld -h192.168.1.88 -P3306 -Dmysql_oa mysql mysql -u用户名 -p密码 -h远程数据库IP地址 -P端口 -D数据库名sql
相关文章
相关标签/搜索