spark sql maven idea打包

前提 ,给 自己 的mysql  本地添加 远程访问权限 mysql> grant all privileges on *.* to [email protected]"%" identified by 'root' with grant option; mysql> flush privileges; 测试远程连接是否通? mysql -h10.2.6.60 -uroot -proot  
相关文章
相关标签/搜索